美文网首页
【2016.12.15】html初始css

【2016.12.15】html初始css

作者: Ludiwgbet | 来源:发表于2016-12-15 20:59 被阅读16次

    <h1>清理块状边界</h1>
    body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,input,form,a,p,textarea{ margin: 0; padding: 0; font-family: helvetica neue,helvetica,arial,sans-serif; }
    <h1>去掉字前面的点</h1>
    ol,ul,li{ list-style: :none; }

    <h1>超链接去掉下划线和形成块状</h1>
    a{ text-decoration: none; display: :block; }
    <h1>图片没有外边框和形成块状</h1>
    img{ border: none; display: block; }

    <h1>清理块浮动</h1>
    .clearfloat{ zoom: 1; }

    初始完成

    相关文章

      网友评论

          本文标题:【2016.12.15】html初始css

          本文链接:https://www.haomeiwen.com/subject/pivgmttx.html