mostly filebased Content Presentation System
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
132B

  1. // reset
  2. body,h1,h2,h3,h4,h5,h6,ul {
  3. // margin:0;
  4. // padding:0;
  5. }
  6. html,body {
  7. height:100%;
  8. margin:0;
  9. padding:0;
  10. }