--- id: 615f6823d0815b7a991f2a75 title: Step 40 challengeType: 0 dashedName: step-40 --- # --description-- The `float` styling is causing the new `p` element to be outside of the label's border. Use your existing `.divider` element as an example to add a new divider after the `p` element. # --hints-- You should create a new `div` within your `.daily-value.sm-text` element. ```js assert(document.querySelectorAll('.daily-value.sm-text > div')?.length === 1) ``` Your new `div` should have the `class` attribute set to `divider`. ```js assert(document.querySelector('.daily-value.sm-text > div')?.classList?.contains('divider')) ``` Your new `div` should come after your `p` element. ```js assert(document.querySelector('.daily-value.sm-text > div')?.previousElementSibling?.localName === 'p'); ``` # --seed-- ## --seed-contents-- ```html
8 servings per container
Serving size 2/3 cup (55g)
Amount per serving
% Daily Value *