Skip to content

Instantly share code, notes, and snippets.

@jordanrobinson
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save jordanrobinson/4ac0ad052b54ccb8fbd7 to your computer and use it in GitHub Desktop.

Select an option

Save jordanrobinson/4ac0ad052b54ccb8fbd7 to your computer and use it in GitHub Desktop.
Saving-to-pdf
@media embossed {
body {
background-color: #0A0;
}
}
@media print {
body {
background-color: #A00;
}
}
@media screen and (width: 1024px) , screen and (height: 768px) {
body {
background-color: #00A;
}
}
@media print and (width: 1024px) , print and (height: 768px) {
body {
background-color: chartreuse;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment