Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <style type = "text/css">
  2. body {
  3.  
  4. }
  5. div {
  6. border: 1px grey solid;
  7. }
  8. .container {
  9. width: 1100px;
  10. min-height: 1000px;
  11. margin: 10px auto;
  12. }
  13. /*21 x 20*/
  14. .next-line {
  15. clear: both;
  16. width: 0;
  17. height: 0;
  18. border: 0;
  19. }
  20. .black {
  21. background-color: black;
  22. }
  23. .orange {
  24. background-color: orange;
  25. }
  26. .red {
  27. background-color: red;
  28. }
  29. .yellow {
  30. background-color: yellow;
  31. }
  32. .level {
  33. display: block;
  34. }
  35. .square {
  36. display: inline-block;
  37. width: 50px;
  38. height: 50px;
  39. }
  40.  
  41. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement