Skip to content

Instantly share code, notes, and snippets.

@scope2229
Created March 20, 2016 17:09
Show Gist options
  • Save scope2229/642bfa7196da67fccee8 to your computer and use it in GitHub Desktop.
Save scope2229/642bfa7196da67fccee8 to your computer and use it in GitHub Desktop.
.soci li{
display:inline-block;
margin:0 0.2em;
}
i.f-1 {
width: 30px;
height: 30px;
background: url(../assets/soci.png)no-repeat -10px -8px;
float: left;
vertical-align: middle;
}
i.f-1:hover{
opacity:0.5;
}
i.t-1 {
width: 30px;
height: 30px;
background: url(../assets/soci.png)no-repeat -44px -8px;
float: left;
vertical-align: middle;
}
i.t-1:hover{
opacity:0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment