Advertisement
Adji01

Untitled

Aug 26th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.60 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: 14px;
  16.     font-weight: bold;
  17. }
  18. body{
  19.     background-color: pink;
  20. }
  21. a.linknya{
  22.     background-image: url(kembali.gif);
  23.     text-decoration: none;
  24.     font-family: impact;
  25. }
  26. a.linknya:hover{
  27.     background-image: url(kembali.gif);
  28.     color: coral;
  29.     text-decoration: none;
  30.     font-family: arial black;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement