码迷,mamicode.com
首页 > 其他好文 > 详细

清空默认样式

时间:2016-08-02 06:37:55      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:

@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
li{ list-style:none;}
a{ text-decoration:none; color:#666;}
img{ vertical-align:top; border:none;}
input{ outline:none; border:none; background:none;}
.fl{ float:left;}
.fr{ float:right;}
.clearfix:after{ content:‘‘; display:block; clear:both; }
body{ font:12px ‘Microsoft Yahei‘;}

 

清空默认样式

标签:

原文地址:http://www.cnblogs.com/laushilin/p/5727889.html

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