8000 chore: 修改文字错误 · coder22010/css-tutorial@47c115b · GitHub
[go: up one dir, main page]

Skip to content

Commit 47c115b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapters/005 继承.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ html页面中每个css属性都有一个预定义的默认值。如果级联算
5959

6060
![css继承](https://cdn.jsdelivr.net/gh/pengfeiw/PengfeiBlog@1.0.0/image/94.jpg)
6161

62-
## 四. 显示控制继承
62+
## 四. 显式控制继承
6363

6464
某些时候继承并不是我们想要的结果,该怎么办呢?css提供了方式处理这个问题。
6565

6666
### inherit关键字
6767

68-
可以使用`inherit`关键字显示指定一个属性值从其父元素继承。这在某些情况很有用。
68+
可以使用`inherit`关键字显式指定一个属性值从其父元素继承。这在某些情况很有用。
6969
```
7070
strong {
7171
font-weight: 900;

0 commit comments

Comments
 (0)
0