reset.css 300 B

123456
  1. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, button, p, blockquote, th, td
  2. {margin: 0;padding: 0;}
  3. body{text-align: center;background-color: #EEEDE8;}
  4. li{ list-style: none;}
  5. a{text-decoration: none;color:#333}
  6. input,button,img{border: none}