Browse Source

chore: 修改文字错误

master
Wang Pengfei 3 years ago
parent
commit
9c9b59e4e7
  1. 2
      chapters/005 继承.md
  2. 2
      chapters/007 尺寸单位.md

2
chapters/005 继承.md

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

2
chapters/007 尺寸单位.md

@ -26,7 +26,7 @@ p {
数字还可以使用在以下几种情形: 数字还可以使用在以下几种情形:
- filte: `filter: speia(0.5)`, 给元素添加一个50%的褐色滤镜。 - filter: `filter: speia(0.5)`, 给元素添加一个50%的褐色滤镜。
- opacity: `opacity: 0.5`, 50%不透明度。 - opacity: `opacity: 0.5`, 50%不透明度。
- color: `rgb(50, 50, 50)`, 分别设置r、g、b的颜色值,允许范围为0-255。 - color: `rgb(50, 50, 50)`, 分别设置r、g、b的颜色值,允许范围为0-255。
- transform: `transform: scale(1.2)`, 将元素放大1.2倍。 - transform: `transform: scale(1.2)`, 将元素放大1.2倍。

Loading…
Cancel
Save