Created
April 19, 2013 03:20
-
-
Save markyun/5417899 to your computer and use it in GitHub Desktop.
csshead
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
CssName: index_css | |
Description: | |
Author: markyun | |
Email:[email protected] | |
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;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ol,ul{list-style:none;}:focus{outline:0;}a img{border:0;}img{vertical-align:middle;}table{empty-cells:show;}ins{text-decoration:none;}