Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*----- SHARE WIDGET BY BORNTOBEWILDCODES v.1 -----*/
- .share_widget{
- /* Widget position */
- margin-top:5px;
- margin-left:0px;
- width:140px;
- height:18px;
- padding:5px;
- text-align:center;
- /* Widget background */
- background:#eee;
- /* Widget border */
- border:1px solid #eee;
- border-radius:2px;
- }
- .share_widget i {
- display:inline-block;
- margin:0px 5px;
- /* Icon size */
- font-size:18px;
- /* Icon color */
- color:#444;
- text-align:center;
- list-style:none;
- }
- .share_widget i:hover{
- color:#000;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement