Skip to content

Commit

Permalink
/en-US/docs/Web/CSS/CSS_Selectors/Using_the_:target_pseudo-class_in_s…
Browse files Browse the repository at this point in the history
…electors
  • Loading branch information
estelle committed Jul 19, 2023
1 parent 40bb6b6 commit 508dd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/css_selectors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The **CSS selectors** module defines the patterns to select elements to which a

- : Part of CSS building blocks, includes tutorials on [Type, class, and ID selectors](/en-US/docs/Learn/CSS/Building_blocks/Selectors/Type_Class_and_ID_Selectors), [Attribute selectors](/en-US/docs/Learn/CSS/Building_blocks/Selectors/Attribute_selectors), [Pseudo-classes and pseudo-elements](/en-US/docs/Learn/CSS/Building_blocks/Selectors/Pseudo-classes_and_pseudo-elements), [Combinators](/en-US/docs/Learn/CSS/Building_blocks/Selectors/Combinators), [Cascade, specificity, and inheritance](/en-US/docs/Learn/CSS/Building_blocks/Cascade_and_inheritance), and [Cascade layers](/en-US/docs/Learn/CSS/Building_blocks/Cascade_layers).

- [Using the `:target` pseudo-class in selectors](/en-US/docs/Web/CSS/CSS_Selectors/Using_the_:target_pseudo-class_in_selectors)
- [Using the `:target` pseudo-class in selectors](/en-US/docs/Web/CSS/CSS_selectors/Using_the_:target_pseudo-class_in_selectors)

- : Learn how to use the {{CSSXref(":target")}} pseudo-class to style the target element a URL's fragment identifier.

Expand Down

0 comments on commit 508dd33

Please sign in to comment.