Need to complete my first freecodecamp course

Tell us what’s happening:
I have recently discovered codecamp and loved it so far.I am dping the responsive web design and there are only a few challenges left for the completion. the challenge is to Build a Tribute Page and i read the instructions and could not well follow it. I understood a few thing and also tried to code in codepen.io anyone in the community please tell me how to complete it properly.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36.

Challenge: Build a Tribute Page

Link to the challenge:

Hello~!

It sounds like you have moved on from the lessons to the projects. While the lessons provide great information, the projects are where most of your real learning will happen.

The challenge with the projects is that you are building a webpage from the ground up - you are not given a code boilerplate to work with but must start from scratch.

Follow the user stories to help get your framework going. For example:

User Story #1: My tribute page should have an element with a corresponding id="main" , which contains all other elements.

How would you create an element with an id of "main" that contains all other elements?

okay i will follow the user stories. I will use <div id="main"> to create the element.