Advertisement
b0rn-to-be-wild

SHARE WIDGET v.1 CSS

Mar 3rd, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. /*----- SHARE WIDGET BY BORNTOBEWILDCODES v.1 -----*/
  2.  
  3. .share_widget{
  4. /* Widget position */
  5. margin-top:5px;
  6. margin-left:0px;
  7. width:140px;
  8. height:18px;
  9. padding:5px;
  10. text-align:center;
  11. /* Widget background */
  12. background:#eee;
  13. /* Widget border */
  14. border:1px solid #eee;
  15. border-radius:2px;
  16. }
  17.  
  18. .share_widget i {
  19. display:inline-block;
  20. margin:0px 5px;
  21. /* Icon size */
  22. font-size:18px;
  23. /* Icon color */
  24. color:#444;
  25. text-align:center;
  26. list-style:none;
  27. }
  28.  
  29. .share_widget i:hover{
  30. color:#000;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement