Advertisement
Mine200

Untitled

Aug 25th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.67 KB | None | 0 0
  1. input.button{
  2.     color: white;
  3.     background: deepskyblue;
  4.     border: 2px outset skyblue;
  5.     font-family: calibri, times, serif ;
  6.     font-size: 14px;
  7.     font-weight: bold;
  8.     width: auto;
  9. }
  10. input.button:hover{
  11.     color: black;
  12.     background: skyblue;
  13.     border: 3px outset yellow;
  14.     font-family: calibri, times, serif ;
  15.     font-size: 14px;
  16.     font-weight: bold; 
  17. }
  18. body{
  19.     background: skyblue;
  20. }
  21. a.linknya{
  22.     background-image: url(fgo.gif);
  23.     background-size: contain;
  24.     text-decoration: none;
  25.     color: white;
  26.     font-family: impact;
  27. }
  28. a.linknya:hover{
  29.     background-image: url(ritual.gif);
  30.     background-size: contain;
  31.     color: coral;
  32.     text-decoration: none;
  33.     font-family: arial black;  
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement