Nice! The universal selector, which uses the *
symbol, is a great way to change the box-sizing
property of every individual element on a web page.
Psst: whenever we've selected elements with simple selectors, we've implied the *
symbol.
While selecting the body section has a very similar effect, the universal selector doesn't rely on inheritance.