Skip to content

Instantly share code, notes, and snippets.

@schalkburger
Created February 16, 2015 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schalkburger/3d7493eb1b29ab48603f to your computer and use it in GitHub Desktop.
Save schalkburger/3d7493eb1b29ab48603f to your computer and use it in GitHub Desktop.
Display URL after anchor element
a:after {
content: attr(href);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment