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

CSS reset

时间:2015-12-25 23:38:21      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:

html,body,h1,h2,h3,h4,h5,h6,form,dl,dd{
    margin:0;
}
th,td{
    padding:0;
}
input,textarea,ol,ul{
    margin:0;
    padding:0;
}
textarea{
    resize: none;
    overflow: auto;
}
img{
    border: none;
    vertical-align: top;
}

 

CSS reset

标签:

原文地址:http://www.cnblogs.com/shytong/p/5077146.html

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