style.css 600 B

123456789101112131415161718192021222324252627282930
  1. body{
  2. background:url(../images/bg.jpg);
  3. text-shadow: 1px 1px 0px white;
  4. margin: 0;
  5. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  6. font-size: 13px;
  7. line-height: 18px;
  8. color: #333;
  9. }
  10. h1, h2, h3, h4, h5, h6 {
  11. margin: 0;
  12. font-family: inherit;
  13. font-weight: bold;
  14. color: inherit;
  15. text-rendering: optimizelegibility;
  16. }
  17. h1 {
  18. font-size: 30px;
  19. line-height: 36px;
  20. padding: 50px 0 20px;
  21. }
  22. #websiteContainer{
  23. background:url(../images/bg2.png) top left no-repeat;
  24. height: 529px;
  25. }
  26. .containerRelease{
  27. width:780px;
  28. margin-left:230px;
  29. }