Skip to content

Instantly share code, notes, and snippets.

@bmarshall511
Created August 18, 2014 13:51
Show Gist options
  • Save bmarshall511/4ddb033b6f1e24940d0f to your computer and use it in GitHub Desktop.
Save bmarshall511/4ddb033b6f1e24940d0f to your computer and use it in GitHub Desktop.
@media print {
header h1:after {
content: url(https://chart.googleapis.com/chart?cht=qr&amp;chs=150x150&amp;chl=<?=$_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"] ?>&amp;choe=UTF-8);
position: absolute;
top: 0;
right: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment