CSS-Fox Nominee Badge

Thank You for Your Interest

Right Side Badges

<!--CSS-Fox Nominee Badge-->

<style type="text/css">

#css-fox-nominee-badge {
position: fixed;
display: block;
z-index: 10000;
top: 180px;
right: -195px;
width: 266px;
height: 108px;
background-image: url(http://css-fox.com/other/nominee-badge/images/css-fox-nominee-badge.png);
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
transition: all 0.8s ease;
}
a#css-fox-nominee-badge:hover {
right: 5px;
}

</style>

<a href="http://css-fox.com/Your_FOX_Name" id="css-fox-nominee-badge" target="_blank"></a>

Top Left Corner Badge

<!--CSS-Fox Nominee Badge-->

<style type="text/css">

#css-fox-nominee-badge-left-top-corner {
position: fixed;
display: block;
z-index: 10000;
top: -1px;
left: -1px;
width: 135px;
height: 80px;
background-image: url(http://css-fox.com/other/nominee-badge/images/css-fox-nominee-badge-left-top-corner.png);
background-size: cover;
}

</style>

<a href="http://css-fox.com/Your_FOX_Name" id="css-fox-nominee-badge-left-top-corner" target="_blank"></a>