Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. h1 {
  2. padding-top: 20px;
  3. color: black;
  4. text-align: center;
  5. }
  6.  
  7. body {
  8. min-width: 200px;
  9. }
  10.  
  11. .black {
  12. background-color: black;
  13. height: 3em;
  14. width: 2em;
  15. }
  16.  
  17. .white {
  18. background-color: white;
  19. height: 3em;
  20. width: 2em;
  21. }
  22.  
  23. .orange {
  24. background-color: orange;
  25. height: 3em;
  26. width: 2em;
  27. }
  28.  
  29. .yellow {
  30. background-color: yellow;
  31. height: 3em;
  32. width: 2em;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement