Answers for "text-decoration line"

CSS
1

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

Code answers related to "text-decoration line"

Browse Popular Code Answers by Language