Advertisement
Guest User

CSS

a guest
Aug 26th, 2015
835
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. body
  2. {
  3. background-color: grey;
  4. font-family: 'Lato', sans-serif;
  5. font-size: 25px;
  6. color: white;
  7. }
  8.  
  9. #box
  10. {
  11. width: 1000px;
  12. display: block;
  13. }
  14.  
  15. #logo
  16. {
  17. letter-spacing: 1px;
  18. text-align: center;
  19. margin-left: auto;
  20. margin-right: auto;
  21. width: 600px;
  22. margin-top: 5px;
  23. margin-bottom: 5px;
  24. }
  25.  
  26. #layout
  27. {
  28.  
  29.  
  30. }
  31.  
  32. #sklep
  33. {
  34.  
  35.  
  36. }
  37.  
  38. #bany
  39. {
  40.  
  41.  
  42. }
  43.  
  44. #regulamin
  45. {
  46.  
  47.  
  48. }
  49.  
  50. #forum
  51. {
  52.  
  53.  
  54. }
  55.  
  56. #footer
  57. {
  58.  
  59.  
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement