Advertisement
dysphafiz_

Untitled

Aug 21st, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. .kotak{
  2.     border: solid;
  3.     padding: 5px;
  4. }
  5. #BhsIndo{
  6.     width: 400px;
  7.     height: 100px;
  8.     float: left;
  9.     background-color: papayaWhip;
  10.     font-family: Consolas;
  11. }
  12. #japanese{
  13.     width: 400px;
  14.     height: 100px;
  15.     float: left;
  16.     background-color: Thistle;
  17.     font-family: Impact;
  18. }
  19. #english{
  20.     width: 400px;
  21.     height: 100px;
  22.     float: left;
  23.     background-color: Lightcyan;
  24.     font-family: Arial;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement