Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
CSS

CSS Text Decorations

Style underlines and other decorations carefully.

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;
}

Leave a reply

Your email address will not be published. Required fields are marked *