Advertisement
Qubae

Untitled

Feb 17th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. h2
  2. b
  3. html
  4.  
  5. {
  6. max-width: 1000px;
  7. margin: 0 auto;
  8. text-align: center;
  9. background-color: teal;
  10. overflow-y: hidden;
  11. }
  12.  
  13. body {
  14. background-color: black;
  15. color: gray;
  16. height: 1000px;
  17. }
  18. html {
  19. max-width: 1000px;
  20. margin: 0 auto;
  21. text-align: center;
  22. background-color: teal;
  23. overflow-y: hidden;
  24. }
  25.  
  26. body {
  27. background-color: black;
  28. color: gray;
  29. height: 1000px;
  30. }
  31. html {
  32. max-width: 1000px;
  33. margin: 0 auto;
  34. text-align: center;
  35. background-color: teal;
  36. overflow-y: hidden;
  37. }
  38.  
  39. body {
  40. background-color: black;
  41. color: white;
  42. height: 1000px;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement