Answers for "Text decoration symbols"

CSS
0

text decoration

h1 {
  text-decoration: underline overline dotted red;

  }

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

Browse Popular Code Answers by Language