/ Published in: CSS
stripped down css sheet
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* null margins and padding to give good cross-browser baseline */ html,body,address,blockquote,div, form,fieldset,caption, h1,h2,h3,h4,h5,h6, hr,ul,li,ol,ul, table,tr,td,th,p,img { margin:0; padding:0; } img,fieldset { border:none; } *:focus { outline: none; }
URL: http://www.sitepoint.com/css-resets-useful-or-useless/