Advertisement
casion-aw8

CSS code for flat button for aw8 site

May 15th, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. .button {
  2. display: inline-block;
  3. padding: 10px 20px;
  4. background-color: #3498db;
  5. color: #fff;
  6. text-decoration: none;
  7. border-radius: 4px;
  8. transition: background-color 0.3s;
  9. }
  10.  
  11. .button:hover {
  12. background-color: #2980b9;
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement