CSS Text Decorations — a practical guide to CSS text-decoration with clear examples you can reuse in real projects.
CSS Tutorial Series (49/109). Prefer one article? Read the complete CSS tutorial.
Short description
Customize underline offset/thickness for readable links.
Decoration
a {
text-decoration-thickness: 0.08em;
text-underline-offset: 0.18em;
}