zoukankan      html  css  js  c++  java
  • reset.css

    @charset "utf-8";
    /* CSS Document */
    html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
    
    fieldset, c{ border:none; }
    
    img{display: block;}
    
    address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
    
    ul, ol ,li{ list-style:none; }
    
    body { color:#333; font:12px "SimSun","宋体","Arial Narrow",HELVETICA; background:#fff;}
    
    a { color:#666; text-decoration:none; }
    /*清除浮动*/
    .clear{clear:both}
    *{box-sizing:border-box} /*怪异盒子*/
    

      

  • 相关阅读:
    SQL补充
    SQL练习题
    HDU 2907
    Codeforces 814D
    Codeforces 814C
    Codeforces 1004D
    Codeforces 1004E
    CodeForces 909F
    CodeForces 909E
    CodeForces 909D
  • 原文地址:https://www.cnblogs.com/zhanglanzuopin/p/12605422.html
Copyright © 2011-2022 走看看