Learn Basic CSS by Building a Cafe Menu - Step 33

Just a question. How do you get through this? First time here. Appreciate the feedback and thank you.

hi there,
usually you would write class=“example” into the opening tag.
And a nice welcome to you.
You already added classes to your code, look here:

 <body>
    <div class="menu">
      <header>
        <h1>CAMPER CAFE</h1>
        <p>Est. 2020</p>
1 Like

Oh ok. Does that mean I just need to make another div?

hello, no
you do not need another div.
It is just to remind you , how a flavor class could look like. :smiley:
In that div you see a menu class.

OH NOW I GET IT-
Thank you so much you’re really big help!!

1 Like

thank you Septerrain. that little example you gave, was of big help to me too.

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