Answers for "undeline css"

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

Browse Popular Code Answers by Language