Skip to content

Instantly share code, notes, and snippets.

@markyun
Created April 19, 2013 03:20
Show Gist options
  • Save markyun/5417899 to your computer and use it in GitHub Desktop.
Save markyun/5417899 to your computer and use it in GitHub Desktop.
csshead
/*
CssName: index_css
Description:
Author: markyun
Email:MyGood@126.com
Author URL: http://weibo.com/920802999
Version: 1.0
UpdateTime:2013-4-18
*/
@charset "utf-8";
body
{
background-color: pink;//test
font-family:"Microsoft YaHei","arial","Verdana","Helvetica";padding: 0;margin: 0;
font-size: 12px;
}
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;}
.clear{clear:both; height:0;overflow:hidden;}
@markyun
Copy link
Author

markyun commented Apr 19, 2013

最流行的清除浮动代码:
.clearFix:after{
clear:both;
display:block;
visibility:hidden;
height:0;
line-height:0;
content:'';

}
.clearFix{zoom:1;} /解决ie6/7兼容问题/

@markyun
Copy link
Author

markyun commented Apr 19, 2013

ol,ul{list-style:none;}:focus{outline:0;}a img{border:0;}img{vertical-align:middle;}table{empty-cells:show;}ins{text-decoration:none;}

@markyun
Copy link
Author

markyun commented Apr 19, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment