Answers for "annuler le text-decoration underline"

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

Code answers related to "annuler le text-decoration underline"

Browse Popular Code Answers by Language