Answers for "text decoration css style"

CSS
0

text-decoration

text-decoration: underline;
text-decoration: overline red;
text-decoration: none;

/* Global values */
text-decoration: inherit;
text-decoration: initial;
text-decoration: revert;
text-decoration: unset;
Posted by: Guest on November-30-2021

Browse Popular Code Answers by Language