Ronalds Vilciņš

04Mab%!0rD

text-decoration is a shorthand

text-decoration is a shorthand property for text-decoration-line, text-decoration-color, and text-decoration-style.

a {
  text-decoration: underline dotted blue;
  }