Update css.md
This commit is contained in:
parent
3c5040facb
commit
24f7cc6197
8
css.md
8
css.md
|
@ -73,11 +73,11 @@ keywords:
|
||||||
| `:nth-last-child(2)` | |
|
| `:nth-last-child(2)` | |
|
||||||
| `:nth-of-type(2)` | |
|
| `:nth-of-type(2)` | |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `:checked` | Selects every checked element |
|
| `:checked` | Checked inputs |
|
||||||
| `:disabled` | Selects every disabled element |
|
| `:disabled` | Disabled elements |
|
||||||
| `:default` | Selects the default element |
|
| `:default` | Default element in a group |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `:empty` | Selects every element that has no children |
|
| `:empty` | Elements without children |
|
||||||
|
|
||||||
### Pseudo-class variations
|
### Pseudo-class variations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue