Camper coffee problem using css

the question was to add a second section element below the first for displaying the desserts offered by the cafe.
as i added the section it is showing this error
Your new section element should be nested in the main element.

the code :-1:

Cafe Menu

CAMPER CAFE

Est. 2020

Coffee

French Vanilla

3.00

Caramel Macchiato

3.75

Pumpkin Spice

3.50

Hazelnut

4.00

Mocha

4.50

Hello and welcome to the community :smiley:!
To post your code as well as a link to the step click on the β€˜help’ button that appears next to the reset button after un successfully submitting your code a few times:


Make sure that your new section element comes before your closing main tag:

<section>
</section>
</main>
1 Like