Skip to content

Commit 9c9b59e

Browse files
author
Wang Pengfei
committed
chore: 修改文字错误
1 parent cc0ba14 commit 9c9b59e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

chapters/005 继承.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 继承
22

3-
*某些css属性,如果你不显示设置它的值,那么它的值会从父节点继承。本节内容将会讲述继承是如何工作的,怎么去利用这一特性。*
3+
*某些css属性,如果你不显式设置它的值,那么它的值会从父节点继承。本节内容将会讲述继承是如何工作的,怎么去利用这一特性。*
44

55
## 一. 继承流
66

chapters/007 尺寸单位.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ p {
2626
2727
数字还可以使用在以下几种情形:
2828

29-
- filte: `filter: speia(0.5)`, 给元素添加一个50%的褐色滤镜。
29+
- filter: `filter: speia(0.5)`, 给元素添加一个50%的褐色滤镜。
3030
- opacity: `opacity: 0.5`, 50%不透明度。
3131
- color: `rgb(50, 50, 50)`, 分别设置r、g、b的颜色值,允许范围为0-255。
3232
- transform: `transform: scale(1.2)`, 将元素放大1.2倍。

0 commit comments

Comments
 (0)