CSS Starting Doc


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. @charset "utf-8";
  2. /*reset code*/
  3. wrapper, body, div, p, h1, h2, h3, ul, li, form, fieldset {margin:0;padding:0;}
  4. html {color:#000;background:#FFF;font:12px Arial, Helvetica, sans-serif;}
  5. body {}
  6. #wrapper {width:XXXpx;margin:0 auto;position:relative;}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.