码迷,mamicode.com
首页 > Web开发 > 详细

初始CSS模板

时间:2014-07-09 18:34:38      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   width   for   io   

/*开始   初始CSS模板   开始*/
        body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea
        {
            margin: 0;
            padding: 0;
            font-weight: normal;
            font-style: normal;
            font-size: 100%;
            font-family: inherit;
        }
        ol, ul, li
        {
            list-style: none;
        }
        img
        {
            border: 0;
        }
        body
        {
            color: #000;
            background: #FFF;
            text-align: left;
            font: 12px/1.5 Arial, Helvetica, sans-serif;
        }
        .clearfix:after
        {
            clear: both;
            content: ".";
            display: block;
            height: 0pt;
            visibility: hidden;
            overflow: hidden;
        }
        .clear
        {
            clear: both;
            height: 1px;
            margin-top: -1px;
            width: 100%;
        }
        .dis
        {
            display: block;
        }
        .undis
        {
            display: none;
        }
        /*结束  初始CSS模板  结束*/

  

初始CSS模板,布布扣,bubuko.com

初始CSS模板

标签:style   blog   color   width   for   io   

原文地址:http://www.cnblogs.com/hangwq/p/3831836.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!