game.css 334 B

1234567891011121314151617181920
  1. body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, form
  2. {
  3. border:0;
  4. margin:0;
  5. padding:0;
  6. }
  7. html
  8. {
  9. -moz-user-select:none;
  10. -khtml-user-select:none;
  11. user-select:none;
  12. margin:0 auto;
  13. overflow:hidden;
  14. }
  15. #main
  16. {
  17. width:320px;
  18. margin:0 auto;
  19. background-color:#FFF;
  20. }