Skip to content

Instantly share code, notes, and snippets.

@vitkon
Created May 29, 2013 19:01
Show Gist options
  • Save vitkon/5672858 to your computer and use it in GitHub Desktop.
Save vitkon/5672858 to your computer and use it in GitHub Desktop.
CSS: Display URLs In A Printed Webpage
@media print {
a:after {
content: " [" attr(href) "] ";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment