Answers for "div text decoration underline"

CSS
0

text decoration underline padding

p {
    text-decoration: underline;
    text-underline-offset: 2px;
}
Posted by: Guest on January-22-2022
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 "div text decoration underline"

Browse Popular Code Answers by Language