Advertisement
Guest User

fdntggr

a guest
Dec 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.52 KB | None | 0 0
  1. .boutontheme1{
  2.     background-color: #409E05;
  3. }
  4.  
  5. .boutontheme1:hover {
  6.     background-color: #286303;
  7. }
  8.  
  9. .boutontheme2{
  10.     background-color: #00BFFF;
  11. }
  12.  
  13. .boutontheme2:hover {
  14.     background-color: #0079a2;
  15. }
  16.  
  17. .boutontheme3{
  18.     background-color: #ffc000;
  19.     color: white;
  20. }
  21.  
  22. .boutontheme3:hover {
  23.     background-color: #a37b00;
  24. }
  25.  
  26. footer a {
  27.     width: 65%;
  28.     color: white;
  29.     padding: 3px 6px;
  30.     text-decoration: none;
  31.     border: 1px solid white;
  32.     transition: all 250ms ease-out;
  33.     border-radius: 5px;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement