Advertisement
Rofihimam

Untitled

Sep 23rd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. table.hasil{
  2.     border: 5px outset blue;
  3.     background: linear-gradient(to bottom, #33ccff 0%, #ff3399 100%);
  4. }
  5. table{
  6.     border: 5px outset blue;
  7.     background: linear-gradient(to bottom, #33ccff 0%, #ff3399 100%);
  8.     width: 100%;
  9. }
  10. th{
  11.     font-family: 'Bree Serif', serif;
  12.     font-size: 30px;
  13. }
  14. td{
  15.     font-family: 'Bree Serif', serif;
  16.     font-size: 20px;
  17. }
  18. td.batas{
  19.     height: 5px;
  20.     border-radius: 50px;
  21.     background-color: blue;
  22. }
  23. input, textarea{
  24.     border: 2px inset black;
  25.     background-color: silver;
  26.     font-family: 'Bree Serif', serif;
  27.     font-size: 15px;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement