Answers for "how to put a line through text from css"

CSS
3

line through in css

x {
  text-decoration: line-through;
}
Posted by: Guest on September-11-2020
0

line through text css

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

Code answers related to "how to put a line through text from css"

Browse Popular Code Answers by Language