Skip to content

Instantly share code, notes, and snippets.

@alexschreyer
Last active November 16, 2016 09:30
Show Gist options
  • Save alexschreyer/0cccbd49f5e1e2807153300d75c52355 to your computer and use it in GitHub Desktop.
Save alexschreyer/0cccbd49f5e1e2807153300d75c52355 to your computer and use it in GitHub Desktop.
Pin bumpersticker
<div id="bumpersticker" style="margin:0;padding:0;position:fixed;top:0;right:0;background:none;z-index:1000;opacity:0.75;"
onMouseOver="this.style.opacity='1.0'" onMouseOut="this.style.opacity='0.75'" >
<a href="https://www.youtube.com/watch?v=-rSDUsMwakI" title="Say no to hate!" style="margin:0;padding:0;background:none;" target="_blank">
<img src="https://dl.dropboxusercontent.com/u/1129994/safety-kilt-pin.png" width="200" height="200" alt="Safety (Kilt) Pin Bumpersticker" style="margin:0;padding:0;border:0;background:none;" />
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment