Answers for "text decoration line"

CSS
3

line through in css

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

text decoration

h1 {
  text-decoration: underline overline dotted red;

  }

h2 {
  text-decoration: underline overline wavy 
  blue;
}
Posted by: Guest on August-23-2021

Code answers related to "text decoration line"

Browse Popular Code Answers by Language