Au contraire. That is good question. Everything in the snippet except the font-size should also work with the body selector. The font-size is an exception here as it defines the root font size that the `rem` unit is based on. And that has to be defined on html.https://css-tricks.com/html-vs-body-in-css/
samtheprogram|3 years ago
clairity|3 years ago
then you can let the user (agent) set the default font size on root/html.