• Skip to main content
  • Skip to primary sidebar

Web Development Archive

  • Archive
You are here: Home / Archives for selecltors

selecltors

CSS Selector :root / :target

Selects the root element of the document in the case of HTML

:root { background: yellow; }

Selects an element with an ID matching the current URL’s fragment

:target { border: 2px solid black; }

Filed Under: CSS Tagged With: selecltors

Primary Sidebar

  • angular.io
© 2026 WP Flames - All Right Reserved