RizkyAnugrah

Untitled

Sep 22nd, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.63 KB | None | 0 0
  1. input.button{
  2.     color : coral;
  3.     background : indianRed;
  4.     border : 2px outset khaki;
  5.     font-family : Calibri, Times, Serif;
  6.     font-size : 14px;
  7.     font-weight : bold;
  8.     width : auto;
  9. }
  10. input.button:hover{
  11.     color : coral;
  12.     background : lightsteelblue;
  13.     border : 3px outset Yellow;
  14.     font-family : cambria, Times, serif;
  15.     font-size : 14 px;
  16.     font-weight : bold;
  17. }
  18. body{
  19.     background-color : Pink;
  20. }
  21. a.link1{
  22.     background-image : url(gambar/bg.gif);
  23.     text-decoration : none;
  24.     font-family : Impact;
  25. }
  26. a.link1:hover{
  27.     background-image : url(gambar/bg2.gif);
  28.     color : coral;
  29.     text-decoration : none;
  30.     font-family : Arial Black;
  31. }
Add Comment
Please, Sign In to add comment