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

CSS Reset

时间:2015-09-01 14:00:24      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

 1 /**
 2  * Created by linjie on 2015/9/1.
 3  */
 4 
 5 body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,form,button,select,input,textarea,th,td{ margin: 0; padding: 0;}
 6 body,button,input,select,textarea{ font: 12px/1 Arial, "Microsoft Yahei", "宋体", sans-serif;  }
 7 :focus{ outline: none;}
 8 em,i,strong{ font-style: normal; font-weight: normal;}
 9 h1,h2,h3,h4,h5,h6{ font-size: 100%; font-weight: normal;}
10 ul,ol{ list-style: none;}
11 a{ text-decoration: none; cursor: pointer;}
12 a:hover{ text-decoration: none;}
13 img{ border: none; vertical-align: top;}
14 button,input,select,textarea{ font-size: 100%;}
15 textarea{ overflow: auto; resize: none;}
16 table{ border-collapse: collapse; border-spacing: 0;}

 

CSS Reset

标签:

原文地址:http://www.cnblogs.com/xiao-jie/p/4775445.html

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