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
.
Amount per serving
Calories
230
The problem is the system says that the “Calories” P element is wrong.
Please help.
It is better if you paste your actual HTML code in here rather than using a pic of your code. You can easily do this if you use the Ask for Help button in the step itself. If you do that then it will automatically include your HTML.
The 230
span needs to be below the .left-container
div. You have placed it inside of the .left-container
div.