styles.css 541 B

1234567891011121314151617181920212223242526272829303132333435
  1. body {
  2. background-position: top center;
  3. background-color: White;
  4. margin: 0px;
  5. text-align: center; /* for IE */
  6. font-size: 18px;
  7. color: #FFFFFF;
  8. }
  9. #torqueLogo {
  10. position: absolute;
  11. left: 0px;
  12. margin-top: 2px;
  13. }
  14. div#main {
  15. width: 802px;
  16. margin: 0px auto;
  17. color: black;
  18. font-weight: bold;
  19. font-size: 22px;
  20. font-family: Arial;
  21. text-align: left; /* counter the body center */
  22. }
  23. div#gameobject {
  24. margin: 18px 0px 18px;
  25. border:1px solid #393E42;
  26. width: 800px;
  27. height: 600px;
  28. }