Subtle Text Underline Styling in CSS


Style underlines for text links or emphasis more subtly using text-decoration properties.

Source Code

a {
    text-decoration: underline dotted red;
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments