Skip to content

Instantly share code, notes, and snippets.

@alexschreyer
Created November 3, 2016 10:29
Show Gist options
  • Save alexschreyer/9176e8655d68eff60cc3681b81f92e90 to your computer and use it in GitHub Desktop.
Save alexschreyer/9176e8655d68eff60cc3681b81f92e90 to your computer and use it in GitHub Desktop.
Hillary Clinton Website 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.hillaryclinton.com/" title="I support Hillary Clinton. You should, too!" style="margin:0;padding:0;background:none;" target="_blank">
<img src="https://dl.dropboxusercontent.com/u/1129994/hillary-clinton.png" width="200" height="200" alt="Hillary Clinton 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