Answers for "change colour of line-through in css"

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
-1

how to change line colors in css

hr{
  background-color: green;
}
Posted by: Guest on April-13-2021

Browse Popular Code Answers by Language