Created
February 18, 2016 15:47
-
-
Save treyharris/2f560dcae9975b06f41e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="qr"> | |
<img src="http://chart.apis.google.com/chart?cht=qr&chs=120x120&chld=L&choe=UTF-8&chl=http%3A%2F%2Fgoo.gl%2FXXXXXX" alt="QR code to http://goo.gl/XXXXXX"> | |
<p>For a downloadable copy of this c.v., scan above or go to <a href="http://goo.gl/XXXXXX">http://goo.gl/XXXXXX</a>.</p> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media screen { | |
#qr { | |
display: none; | |
} | |
} | |
@media print { | |
#qr { | |
float:right; | |
width:25%; | |
border-left: 1px solid #ccc; | |
padding-left: 10px; | |
margin-left: 10px; | |
font-style: italic; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment