Last active
December 16, 2015 11:49
-
-
Save FrankFang/5429721 to your computer and use it in GitHub Desktop.
simple reset
This file contains 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
* { margin: 0; padding: 0; } | |
ul, ol, dl { list-style: none; } | |
h1, h2, h3, h4, h5, h6 { font-weight: normal; } | |
body { font: 14px/1.6 tahoma, arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; } | |
a { text-decoration: none; color: #000; } | |
imgi { border: none; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment