css-书写规范
时间:2021-09-07 15:29:47
收藏:0
阅读:21
参考
一、Css书写顺序:
1.位置属性(position, top, right, z-index, display, float等)
2.大小(width, height, padding, margin)
3.文字系列(font, line-height, letter-spacing, color- text-align等)
4.背景(background, border等)5.其他(animation, transition等)
原文:https://www.cnblogs.com/bonus_scene/p/15236998.html
评论(0)