Skip to content

Commit

Permalink
Update files/zh-cn/learn/getting_started_with_the_web/css_basics/inde…
Browse files Browse the repository at this point in the history
…x.md

Co-authored-by: Jason Ren <[email protected]>
  • Loading branch information
familyboat and jasonren0403 authored Oct 17, 2024
1 parent bdf4047 commit 5d1e489
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ p {
- 声明(Declaration)
- : 它是一条单独的规则(如 `color: red;`)。用来指定为元素的哪个**属性**添加样式。
- 属性(Properties)
- : 它是为 HTML 元素添加样式的方式(本例中 `color` 就是 {{htmlelement("p")}} 元素的属性)。在 CSS 的规则中,选择你想操纵的属性
- : 它是为 HTML 元素添加样式的方式(本例中 `color` 就是 {{htmlelement("p")}} 元素的属性)。在 CSS 中,你可以选择要在规则中影响的属性
- 属性值(Property value)
- : 位于属性的右边,冒号后面即**属性值**。它从指定属性的众多外观中选择一个值(我们除了 `red` 之外还有很多属性值可以用于 `color` )。

Expand Down

0 comments on commit 5d1e489

Please sign in to comment.