Answers for "text decoration css selector none"

CSS
3

line through in css

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

css text strike

h2 {
  text-decoration: line-through;
}
Posted by: Guest on June-11-2020

Code answers related to "text decoration css selector none"

Browse Popular Code Answers by Language