This commit is contained in:
asd
2021-04-19 10:36:37 +08:00
commit 794af9eef9
4 changed files with 318 additions and 0 deletions

7
note.md Normal file
View File

@@ -0,0 +1,7 @@
# css
引入方式:
1. 行内样式 <p style="">
2. 内联样式 style
3. 外部样式 link
css 使用的第一步是初始化样式 用 * (通配符)