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

移动端CSS Reset

时间:2015-08-19 16:56:31      阅读:321      评论:0      收藏:0      [点我收藏+]

标签:css   reset   

我的移动端CSS Reset,后续会更新。

html, body{
    width: 100%;
    margin: 0;
    padding: 0;
}
html{
    overflow-x: hidden;
    overflow-y: auto;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}

版权声明:本文为博主原创文章,未经博主允许不得转载。

移动端CSS Reset

标签:css   reset   

原文地址:http://blog.csdn.net/yhb241/article/details/47781191

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