Fixed spelling errors (#28695)

This commit is contained in:
veera-potnis
2018-12-12 00:20:50 -05:00
committed by Jingyi Ding
parent ad79f47bcc
commit 2c06509377

View File

@ -21,14 +21,14 @@ localeTitle: CSS3 Nth Child Selector
Odd returns all odd elements of a given type. Odd returns all odd elements of a given type.
``` ```
CSS anth-childeodd{ / \* CSS在这里\* / } CSS anth-childodd{ / \* CSS在这里\* / }
``` ```
##### Even ##### Even
Even returns all even elements of a given type. Even returns all even elements of a given type.
``` ```
CSS anth-childe(偶数){ / \* CSS在这里\* / } CSS anth-child偶数{ / \* CSS在这里\* / }
``` ```
#### An+B #### An+B
@ -37,8 +37,8 @@ CSS anth-childe偶数{ / \* CSS在这里\* / }
For example, the following will match every 3rd anchor element: For example, the following will match every 3rd anchor element:
``` ```
CSS anth-childe3n{ / \* CSS在这里\* / } \`\`\` CSS anth-child3n{ / \* CSS在这里\* / } \`\`\`
### 更多信息: ### 更多信息:
[MDN文档](https://developer.mozilla.org/en-US/docs/Web/CSS/%3Anth-child) [CSS技巧 - 第n个子选择器](https://css-tricks.com/almanac/selectors/n/nth-child/) [CSS技巧 - 第n个儿童测试员](https://css-tricks.com/examples/nth-child-tester/) [W3Scools - 第n个儿童选择器](https://www.w3schools.com/cssref/sel_nth-child.asp) [MDN文档](https://developer.mozilla.org/en-US/docs/Web/CSS/%3Anth-child) [CSS技巧 - 第n个子选择器](https://css-tricks.com/almanac/selectors/n/nth-child/) [CSS技巧 - 第n个儿童测试员](https://css-tricks.com/examples/nth-child-tester/) [W3Scools - 第n个儿童选择器](https://www.w3schools.com/cssref/sel_nth-child.asp)