Skip to content

Instantly share code, notes, and snippets.

@reelin
Created December 11, 2012 05:27
Show Gist options
  • Select an option

  • Save reelin/4256116 to your computer and use it in GitHub Desktop.

Select an option

Save reelin/4256116 to your computer and use it in GitHub Desktop.
代码注意
// 行注释不会被生成到最后的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