Last Updated: February 25, 2016
·
740
· mubarakcc7

Cascading Style Scheet

/** * Default Elements :: */

{ margin: 0; padding: 0; }

ul { list-style:none }

img, fieldset { border:none }

a:focus { outline:none; outline-style:none; -moz-outline-style:none;}

a:link { outline:none; outline-style:none; -moz-outline-style:none; }

a:hover { outline:none; outline-style:none; -moz-outline-style:none; cursor:pointer; }

a:visited { outline:none; outline-style:none; -moz-outline-style:none;}

div, p, form, textarea, option, h1, h2, h3, h4, h5, h6, span, ul, li { padding:0; margin:0; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

1 Response
Add your response

Why not just use Normalize.css ? It's pretty thorough.

over 1 year ago ·