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

reset.css

时间:2018-11-28 15:49:53      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:样式   border   order   res   lis   div   text   img   class   

一些基础css样式

@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
img{
    border: none;
}
ul,ol,dl{
    list-style: none;
}
.clearFloat:after{
    display: block;
    content: "";
    height:0; 
    visibility:hidden; 
    clear: both;
}
.clearFloat{
    zoom: 1;
}

 

reset.css

标签:样式   border   order   res   lis   div   text   img   class   

原文地址:https://www.cnblogs.com/eattingcorn/p/10031793.html

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