My first project its acceptable?

Looks fine. Good job :slight_smile:

Add the test bundle to your codepen to verify it works as expected. A quick tutorial here.

Have a look at the <main> tag. You’re using class1 and class2. That’s not part of the HTML syntax. Use class="class-name-1 class-name-2" instead.

1 Like