Advertisement
Rofihimam

Untitled

Sep 11th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. input#btnAmbilNilai{
  2.     border: 2px outset darkblue;
  3.     background-color: cyan;
  4.     transition-duration: 0.5s;
  5.     font-family: 'Bree Serif', serif;
  6.     font-size: 18px;
  7. }
  8. input#btnAmbilNilai:hover{
  9.     border: 2px outset darkblue;
  10.     background-color: blue;
  11.     color: white;
  12.     font-family: 'Bree Serif', serif;
  13.     font-size: 18px;
  14. }
  15. input#nilai{
  16.     border: 2px inset blue;
  17.     font-family: 'Bree Serif', serif;
  18.     font-size: 18px;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement