--- id: 615f3b091162165948e1cb33 title: Step 11 challengeType: 0 dashedName: step-11 --- # --description-- If you inspect your `.label` element with your browser's developer tools, you may notice that it's actually 288 pixels wide instead of 270. This is because, by default, the browser includes the border and padding when determining an element's size. To solve this, reset the box model by creating a `*` selector and giving it a `box-sizing` property of `border-box`. # --hints-- You should create a `*` selector. ```js assert(new __helpers.CSSHelp(document).getStyle('*')); ``` Your `*` selector should have a `box-sizing` property set to `border-box`. ```js assert(new __helpers.CSSHelp(document).getStyle('*')?.boxSizing === 'border-box'); ``` # --seed-- ## --seed-contents-- ```html
8 servings per container
Serving size 2/3 cup (55g)