Advertisement
Rofihimam

Untitled

Sep 11th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.72 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.tulis{
  16.     border: 2px inset blue;
  17.     font-family: 'Bree Serif', serif;
  18.     font-size: 18px;
  19. }
  20. input#nilai{
  21.     border: 2px inset blue;
  22.     font-family: 'Bree Serif', serif;
  23.     font-size: 18px;
  24. }
  25. input#nama{
  26.     border: 2px inset blue;
  27.     font-family: 'Bree Serif', serif;
  28.     font-size: 18px;
  29. }
  30. label{
  31.     font-style: italic;
  32.     text text-decoration: underline;
  33.     font-family: 'Bree Serif', serif;
  34.     font-size: 18px;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement