Forked from lizyjoy/Design Week Portland Badge
Last active
December 22, 2016 20:48
-
-
Save traviskochel/7deb20579ee4663a32b149a2071fe2d5 to your computer and use it in GitHub Desktop.
Include this code on your page before the end </body> tag.
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
<!-- Begin Design Week Sticky Badge --> | |
<style type="text/css"> | |
#dwp:hover | |
{ | |
background-position:0px -88px !important; | |
} | |
</style> | |
<div id="dwp" style="margin: 0px;padding: 0px;background: transparent url(https://2016.designweekportland.com/DWP-badge-2016.png) no-repeat scroll 0px 0px;height: 88px;right: 0px;position: fixed;bottom: 25px;width: 98px; z-index: 9999999 !important" ><a href="https://2016.designweekportland.com" target="_blank" style="margin: 0px;padding: 0px;display: block;height: 88px;width: 98px;text-indent: -9999px;border: none;">DWP</a></div> | |
<!--End Design Week Sticky Badge--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment