Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1.  
  2. .round-button {
  3. display: block;
  4. width: 100px;
  5. height: 100px;
  6. border-radius: 50%;
  7. border: 2px solid #fc6717;
  8. overflow: hidden;
  9. background: #b905fa;
  10. box-shadow: 0 0 3px gray;
  11. float: left;
  12. margin: 5px;
  13. margin-bottom: 20px;
  14. text-align: center;
  15. text-decoration: none;
  16. font-size: 20px;
  17. font-weight: bold;
  18. font-family: arial;
  19. line-height: 100px;
  20. }
  21.  
  22.  
  23. .round-button span {
  24. vertical-align: middle;
  25. display: inline-block;
  26. line-height: 20px;
  27. }
  28.  
  29. .round-button:hover {
  30. background: #262626;
  31. }
  32.  
  33.  
  34. .round-button img {
  35. display: block;
  36. width: 76%;
  37. padding: 12%;
  38. height: auto;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement