Answers for "text crossed css"

CSS
4

css text strike

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

how to create a strikethrough in css

text-decoration: line-through;
Posted by: Guest on October-21-2021

Browse Popular Code Answers by Language