The Different Ways to Select “<html>” in CSS, by @dxnny.fun (@csstricks):

https://css-tricks.com/the-different-ways-to-select-html-in-css/

#html #css #selectors

The Different Ways to Select <html> in CSS | CSS-Tricks

Sure, we can select the <html> element in CSS with, you know, a simple element selector, html. But what other (trivial and perhaps useless) ways can we do it?

CSS-Tricks