Skip to content

Instantly share code, notes, and snippets.

@blueridgemountains1
Created March 18, 2018 17:46
Show Gist options
  • Save blueridgemountains1/ba26bad60c3950316ebee7ad7795e6d1 to your computer and use it in GitHub Desktop.
Save blueridgemountains1/ba26bad60c3950316ebee7ad7795e6d1 to your computer and use it in GitHub Desktop.
Print the href when a document is printed with css
@media only print {
a[href]:after {
content: " (" attr(href) ")"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment