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具体功能性的用某个标签例如imga
4 div 除了画结构,也可以用来显示文字 <div>登录/注册</div>
5: 边距较小的情况下 center 中不需要分左中右
6如果div内部只有一个标签那么div省略不写
7: 左右,左中右 这种画分方法,一般用在画结构
8 content 里面 按照功能来划分上下结构