曾经总结的reset.css

2018-01-27  本文已影响15人  悦者生存

曾经总结的reset.css,当时还是记得蛮熟的,工作后一直都是粘贴复制,所以基本上忘了80%,哈哈,记性太差。废话不多说了,粘贴代码

body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,select,textarea,form{margin: 0; padding: 0;}

body{font-family: 'Microsoft YaHei', sans-serif;}

img{border:none; vertical-align: top;}

ul,ol{list-style:none;}

input,select,textarea{outline:none;border:none;background-color: transparent;}

textarea{resize:none;}

a{text-decoration:none;}

em,i{font-style: normal;}

table { border-collapse:collapse; }

/*清浮动*/

.clearfix:before,.clearfix:after { content:""; display:table;}

.clearfix:after{clear:both;}

.clearfix{*zoom:1;}

.fl{float: left;}

.fr{float: right;}

上一篇 下一篇

猜你喜欢

热点阅读