Building the Tribute page

Tell us what’s happening:
Please, how do I go about building the tribute page. I really do not know how to go about it.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36.

Challenge: Build a Tribute Page

Link to the challenge:

first create your codepen account, fork this pen (the fork button is in the bottom right corner)

and then start writing your code
the first user story is

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

what element could you write? do you know how to give an id to an element?
then after you write that, look at next user story, and go on till you have completed them all

after that you can add some more stuff to make it look nicer