Skip to content

Instantly share code, notes, and snippets.

@avambro
Created August 18, 2018 00:15
Show Gist options
  • Save avambro/90cd34a27587bd562c7ddb0b68d175be to your computer and use it in GitHub Desktop.
Save avambro/90cd34a27587bd562c7ddb0b68d175be to your computer and use it in GitHub Desktop.
Css snippets
Display links when the <a> has no text value but the href attribute has a link:
a[href^="http"]:empty::before {
content: attr(href);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment