Answers for "padding 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 underline padding

text-decoration: underline;
text-underline-position: under;
Posted by: Guest on March-11-2021

Code answers related to "padding text decoration underline"

Browse Popular Code Answers by Language