Learn Basic CSS by Building a Cafe Menu - Step 63

Tell us what’s happening:

idk if it is just me making a silly mistake but it told me to “Add a footer element below the main element, where you can add some additional information.”
Which I did but it told me that " Your footer element should be below your main element."

Your code so far

 <main>
        <footer>
        </footer>
        <h1>CAMPER CAFE</h1>
        <p class="established">Est. 2020</p>
        <section>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 63

" Your footer element should be below your main element."

Means that the footer element should be below your main element closing tag. More on closing tags.

Happy learning. :slight_smile:

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.