Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
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
To target the html element, you either use "html{}" or ":root{}" but thanks to CSS nesting you can simply use "&{}"