Advertisement
alpha3001

Untitled

Aug 18th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1. .kotak{
  2.     border: solid;
  3.     padding: 5px;
  4. }
  5. #BhsIndo{
  6.     width: 400px;
  7.     height: 100px;
  8.     background-color: yellowgreen;
  9.     color: red;
  10.     font-family:consolas;
  11.     }
  12. #Japanese{
  13.     width: 400px;
  14.     height: 100px;
  15.     background-color: tomato;
  16.     color: white;
  17.     font-family:impact;
  18. }
  19. #English{
  20.     width: 400px;
  21.     height: 100px;
  22.     background-color: lightcyan;
  23.     color: tomato;
  24.     font-family:arial;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement