Skip to content

Commit 2daf1f7

Browse files
committed
chore: update 《css 教程》
1 parent 92f6bde commit 2daf1f7

1 file changed

Lines changed: 31 additions & 5 deletions

File tree

chapters/CSS教程.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,37 @@
11
# CSS教程
22

3-
这是针对新人的CSS入门级教程
3+
这是针对新人的 CSS 入门级教程
44

5-
阅读本教程前,确保你对HTML有一定的了解,知道各个html标签的用法,如果对HTML还不了解,可以在[MDN](https://developer.mozilla.org/zh-CN/docs/Web/HTML)上花一天时间了解下HTML,再回到这里阅读本教程。
5+
阅读本教程前,确保你对 HTML 有一定的了解,知道各个 html 标签的用法,如果对 HTML 还不了解,可以在[MDN](https://developer.mozilla.org/zh-CN/docs/Web/HTML)上学习下 HTML 的基础知识,再回到这里阅读本教程。
66

7-
本教程会介绍CSS的所有内容,既可以当做入门教程,也可以用作参考手册。
7+
本教程会介绍 CSS 的所有内容,既可以当做入门教程,也可以用作参考手册。
88

9-
教程中的例子,使用codepen内嵌在文档中,方便读者调试和学习。教程参考了谷歌的[learn css](https://web.dev/learn/css/box-model/)教程,你可以认为本教程是它的半翻译中文版本。
9+
教程中的例子,使用 codepen 内嵌在文档中,方便读者调试和学习。教程参考了谷歌的 [learn css](https://web.dev/learn/css/box-model/)教程,你可以认为本教程是它的半翻译中文版本。
1010

11-
如果教程有任何问题,可以在文章下方留言,github上提交issue或者联系我。
11+
有任何与本教程相关的问题,欢迎在文章下方留言或者 github 上提交 [issue](https://github.com/pengfeiw/css-tutorial/issues)
12+
13+
## 内容
14+
15+
- [001 盒模型](https://pengfeixc.com/tutorial/css/box-model)
16+
- [002 选择器](https://pengfeixc.com/tutorial/css/selector)
17+
- [003 级联](https://pengfeixc.com/tutorial/css/cascade)
18+
- [004 特征性](https://pengfeixc.com/tutorial/css/specificity)
19+
- [005 继承](https://pengfeixc.com/tutorial/css/inherit)
20+
- [006 颜色](https://pengfeixc.com/tutorial/css/color)
21+
- [007 尺寸单位](https://pengfeixc.com/tutorial/css/unit)
22+
- [008 布局](https://pengfeixc.com/tutorial/css/layout)
23+
- [009 flex 布局](https://pengfeixc.com/tutorial/css/flex)
24+
- [010 grid 布局](https://pengfeixc.com/tutorial/css/grid)
25+
- [011 逻辑属性](https://pengfeixc.com/tutorial/css/logic-property)
26+
- [012 间距](https://pengfeixc.com/tutorial/css/spacing)
27+
- [013 伪元素](https://pengfeixc.com/tutorial/css/pseudo-elements)
28+
- [014 伪类](https://pengfeixc.com/tutorial/css/pseudo-class)
29+
- [015 边框](https://pengfeixc.com/tutorial/css/border)
30+
- [016 阴影](https://pengfeixc.com/tutorial/css/shadow)
31+
- [017 焦点](https://pengfeixc.com/tutorial/css/focus)
32+
- [018 z-index 和栈空间](https://pengfeixc.com/tutorial/css/z-index-and-stacking-context)
33+
- [019 函数](https://pengfeixc.com/tutorial/css/function)
34+
- [020 渐变](https://pengfeixc.com/tutorial/css/gradients)
35+
- [021 动画](https://pengfeixc.com/tutorial/css/animation)
36+
- [022 filter 属性](https://pengfeixc.com/tutorial/css/filter)
37+
- [023 混合模式](https://pengfeixc.com/tutorial/css/blend-model)

0 commit comments

Comments
 (0)