Answers for "css line-through color"

CSS
0

css line-through color

span.inner {
            color: green;
        }
        span.outer {
            color: red;
            text-decoration: line-through;
        }
Posted by: Guest on August-06-2020

Browse Popular Code Answers by Language