Answers for "line on the text color css"

CSS
0

line on the text color css

#done{
    text-decoration: line-through;
    text-decoration-color: red;
    
 }
Posted by: Guest on April-11-2022

Browse Popular Code Answers by Language