Login
From:
CSS Tip: Learn CSS the easy way
(Uncensored)
subscribe
The shortest selector for the root element
https://css-tip.com/root-selector/
links
backlinks
Roast topics
Find topics
Find it!
To target the html element, you either use "html{}" or ":root{}" but thanks to CSS nesting you can simply use "&{}"