Answers for "put line through text 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
8

how to underline font in css

h3 {
  text-decoration: underline;
}
Posted by: Guest on April-28-2020

Browse Popular Code Answers by Language