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

pc网页css reset

时间:2015-07-12 12:57:41      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { padding: 0; margin: 0;  } 
table { border-collapse: collapse; border-spacing: 0;  } 
fieldset,img { border: 0;  } 
ol,ul { list-style: none;  } 
th { text-align: left;  } 
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%;  } 
a, a:link, a:visited, a:hover, a:active { outline: 0; text-decoration: none;  }
.clearfix { /*zoom: 1; display: table; width: 100%;*/overflow:auto;_height:1% }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; } 
body{ font-family: Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", sans-serif; letter-spacing: 2px; }

pc网页css reset

标签:

原文地址:http://my.oschina.net/u/232595/blog/477518

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