分享我的reset.css和base.css(重置样式+基本样式)
重置样式reset.css
html{color:#666;background:#fff;font-size:12px;font-family:宋体}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,th,td,form{margin:0;padding:0;}
img{border:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"";}
input,button,textarea,select{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
a{text-decoration:none;color:#666}
a:hover{color:#e3007b;}
:active,:focus{outline:0}
p{line-height:1.5em;margin:1em auto;padding:0}
基本样式base.css
.word{word-break:break-all;}
.clearfix{display:table;zoom:1;}
.clear{clear:both}
.fl{float:left;display:inline}
.fr{float:right;display:inline}
.w{ width:960px; margin:0 auto}
#header{}
#footer{}
*************************************************************************************************
这两个css,用起来很实用,同时写代码也节约了不少时间,特别分享给大家,以做参考。希望大家在学习或使用css的时候,也能总结心得,让工作更高效!
原文地址:http://blog.sina.com.cn/s/blog_686e09d601018m0c.html

浙公网安备 33010602011771号