Skip to content

Commit

Permalink
Fix: Typo in nth-last-child (#36074)
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
ragul1697 authored Sep 28, 2024
1 parent 0813b7f commit 49cf48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/_colon_nth-last-child/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ li:nth-last-child(odd of .noted) {

#### Result

Items with `class="noted"` have a think bottom border and items 1, 7, 14, and 20 have a solid background as they are the _odd_ list items with `class="noted"`.
Items with `class="noted"` have a thick bottom border and items 1, 7, 14, and 20 have a solid background as they are the _odd_ list items with `class="noted"`.

{{EmbedLiveSample('of_selector_syntax_example', 550, 120)}}

Expand Down

0 comments on commit 49cf48d

Please sign in to comment.