Answers for "text-decoration: line-through change line colo"

CSS
0

line through text css

text-decoration: line-through
Posted by: Guest on January-16-2021
0

css line-through color

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

Code answers related to "text-decoration: line-through change line colo"

Browse Popular Code Answers by Language