Update css.md

This commit is contained in:
Rico Sta. Cruz 2019-12-24 22:06:00 +11:00 committed by GitHub
parent 3c5040facb
commit 24f7cc6197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

8
css.md
View File

@ -73,11 +73,11 @@ keywords:
| `:nth-last-child(2)` | |
| `:nth-of-type(2)` | |
| --- | --- |
| `:checked` | Selects every checked element |
| `:disabled` | Selects every disabled element |
| `:default` | Selects the default element |
| `:checked` | Checked inputs |
| `:disabled` | Disabled elements |
| `:default` | Default element in a group |
| --- | --- |
| `:empty` | Selects every element that has no children |
| `:empty` | Elements without children |
### Pseudo-class variations