--- id: 615f61338c8ca176d6445574 title: Step 37 challengeType: 0 dashedName: step-37 --- # --description-- Below your `.calories-info` element, add a `div` with the `class` attribute set to `divider md`. # --hints-- You should create a new `div` within your `.label` element. ```js assert(document.querySelectorAll('.label > div')?.length === 3) ``` Your new `div` should have the `class` attribute set to `divider md`. This div should be the last element in your `.label` element. ```js const div = document.querySelector('.label')?.lastElementChild; assert(div?.classList?.contains('divider') && div?.classList?.contains('md')); ``` # --seed-- ## --seed-contents-- ```html
8 servings per container
Serving size 2/3 cup (55g)
Amount per serving