Guest User

Untitled

a guest
May 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. a.button {
  2. background-color:#C41800;
  3. color:#fff;
  4. width:90px;
  5. border:2px solid #E5E4F7;
  6. border-radius:5px;
  7. font-size:12px;
  8. }
  9.  
  10. a.button:hover{
  11. color:#C41800;
  12. background-color:#fff;
  13.  
  14. }
Add Comment
Please, Sign In to add comment