美文网首页
曾经总结的reset.css

曾经总结的reset.css

作者: 悦者生存 | 来源:发表于2018-01-27 22:00 被阅读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;}

相关文章

网友评论

      本文标题:曾经总结的reset.css

      本文链接:https://www.haomeiwen.com/subject/aeyoaxtx.html