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; }