We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cba7659 + 93f4019 commit 714c94fCopy full SHA for 714c94f
translations/zh-CN/README.md
@@ -137,7 +137,7 @@ ul > li:not(:last-child)::after {
137
138
139
<div id="select-items-using-negative-nth-child"></div>
140
-### 使用负的 `nth-child` 选择元素
+### 使用负的 `nth-child` 来选择元素
141
142
使用负的 `nth-child` 可以选择 1 至 n 个元素。
143
@@ -253,7 +253,7 @@ html {
253
254
255
<div id="equal-width-table-cells"></div>
256
-### 格子等宽的表格
+### 创造格子等宽的表格
257
258
`table-layout: fixed` 可以让每个格子保持等宽:
259
@@ -405,7 +405,7 @@ img:after {
405
406
407
<div id="use-rem-for-global-sizing-use-em-for-local-sizing"></div>
408
-### 用 `rem` 来调整全局大小; 用 `em` 来调整局部大小
+### 用 `rem` 来调整全局大小;用 `em` 来调整局部大小
409
410
在根设置基本字体大小后 (`html { font-size: 16px; }`), 请设置为文本元素的字体大小 `em`:
411
0 commit comments