-
-
Save reelin/4256116 to your computer and use it in GitHub Desktop.
代码注意
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中。 块注释则会生成到样式文件中 | |
| // 代码顺序: 布局(定位)>盒模型(宽高,margin,padding,border)>背景、颜色、字体等 | |
| // 尽量不同时给一个盒子设置 width 和 margin-left、margin-right、padding-left、padding-right | |
| // height 同理。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment