Last active
April 4, 2016 21:20
-
-
Save lizyjoy/3486125 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(http://dwp-staging.herokuapp.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="http://www.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