viewing paste Unknown #6681 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//HTML
<a href="https://www.facebook.com/" id='facebook-button"></a>
 
 
//CSS
#facebook-button a{
    background-image: url("http://i.imgur.com/VBam6AY.png");
    background-color: transparent;
    padding: 0px 0px 0px;
}
 
#facebook-button a:hover{
    background-image: url("http://i.imgur.com/LEmtZK3.png");
    background-color: transparent;
    padding: 0px 0px 0px;
 
}
Viewed 949 times, submitted by Guest.