Below your .small-text element, create a new p element with the text Calories . Also below the .left-container element, create a new span element with the text 230.
Posted a topic on here yesterday regarding the Nutritional Label challenge. Unfortunately, I 'm still stuck
If you guys may kindly please help
I have tried everything suggested previously and it still won’t budge.
So, I will start over with my initial solution, followed by all the other ways I have tried to solve it as attached below
Problem Statement:
Step 33
Below your .small-text element, create a new p element with the text Calories. Also below the .left-container element, create a new span element with the text 230.
Ok, your issue is the placement of your <span> element.
This means that your <span> should be placed directly below the closing tag of the .left-container element.
As you’ve made several changes to the code, I’d suggest resetting the lesson, adding your <p> element again and then putting the <span> directly below the closing </div> tag which belongs to the .left-container element.