Advertisement
Sythz

Untitled

Aug 17th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.56 KB | None | 0 0
  1. #Indonesia
  2. {
  3.     width: 300px;
  4.     height: 150px;
  5.     float: center;
  6.     background: lightblue;
  7.     font-family: Arial;
  8.     margin-bottom: 10px;
  9.     margin-left: 500px;
  10. }
  11. #Japan
  12. {
  13.     width: 300px;
  14.     height: 150px;
  15.     float: center;
  16.     background-color: grey;
  17.     font-family: impact;
  18.     font-style: italic;
  19.     margin-bottom: 10px;
  20.     margin-left: 500px;
  21. }
  22. }
  23. #English
  24. {
  25.     width: 300px;
  26.     height: 150px;
  27.     float: center;
  28.     background-color: grey;
  29.     font-family: impact;
  30.     font-style: italic;
  31.     margin-bottom: 10px;
  32.     margin-left: 500px;
  33. }
  34. .square
  35. {
  36.     border: dashed;
  37.     padding: 6px;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement