码迷,mamicode.com
首页 > 其他好文 > 详细

清除默认样式

时间:2017-04-27 10:13:13      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:class   list   pad   bsp   nbsp   log   text   padding   style   

body, ul, ol{
    margin: 0px;
    padding: 0px;
}

ul, ol{
    list-style: none;
}

a{
    text-decoration: none;
}

 

清除默认样式

标签:class   list   pad   bsp   nbsp   log   text   padding   style   

原文地址:http://www.cnblogs.com/jiaoxuanwen/p/6772357.html

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