Skip to content

Home

Style links with no text

Displays the link URL for links with no text.

<a href="https://30secondsofcode.org"></a>
a[href^="http"]:empty::before {
  content: attr(href);
}

More like this

Start typing a keyphrase to see matching snippets.