Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. .butn {
  2. -webkit-border-radius: 10;
  3. -moz-border-radius: 10;
  4. border-radius: 10px;
  5. font-family: Arial;
  6. color: #ffffff;
  7. font-size: 30px;
  8. background: #74b9ff;
  9. padding: 11px 18px 11px 18px;
  10. text-decoration: none;
  11. }
  12.  
  13. .butn:hover {
  14. background: #5D94CC;
  15. text-decoration: none;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement