Apples CSS Reset


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



Copy this code and paste it in your HTML
  1. /* RESET */
  2. html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
  3. h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
  4. ul,ol { list-style: none; }
  5. fieldset,img { border: none; }
  6. caption,th { text-align: left; }
  7. table { border-collapse: collapse; border-spacing: 0; }

URL: http://www.apple.com/global/styles/base.css

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.