I am struggling to understand how inheritance works (or doesn’t work) with the box-sizing property.
In the challenge “Learn More About CSS Pseudo Selectors By Building A Balance Sheet”, Step 10, we are asked to reset the box model by setting the box-sizing property to border-box on the html element selector.
But the box-sizing property is not inherited, so how does this set the property for all of the descendant elements within the html element?