Skip to content

Instantly share code, notes, and snippets.

@davidkryzaniak
Created May 24, 2015 00:05
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 davidkryzaniak/59c1e460ea982c348af0 to your computer and use it in GitHub Desktop.
Save davidkryzaniak/59c1e460ea982c348af0 to your computer and use it in GitHub Desktop.
Print Styles
@media print{
html::before{content:'Really?! Printing is so 1994...'}
body{display:none}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment