Files
ClassContent/历届学生/front-end-team/每天课程/2022-03-03/笔记.txt
2024-09-27 02:06:13 +08:00

16 lines
662 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1: 重复性布局用ul(如果只有一个ul,那么外面不需要包div),如果li内部结构有细微差异,没关系,统一用ul
2: header content footer 里面都有center 居中层,你应该在居中层里面分左右,左中右
3: 画结构的用div,具体功能性的用某个标签(例如img,a)
4: div 除了画结构,也可以用来显示文字 <div>登录/注册</div>
5: 边距较小的情况下 center 中不需要分左中右
6:如果div内部只有一个标签,那么div省略不写
7: 左右,左中右 这种画分方法,一般用在画结构
8: content 里面 按照功能来划分上下结构