Tell us what’s happening:
Just I need to know, is it compulsory to make the project exact the same as the example given.
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/88.0.4324.190 Safari/537.36.
Challenge: Build a Tribute Page
Link to the challenge:
ILM
2
No
Build a CodePen.io app that is functionally similar
Fulfill the below user stories and get all of the tests to pass. Give it your own personal style.
Do it as you prefer and on what you prefer
Hey there @faiz.ahm7277!
The projects are yours to do with as you please as long as they pass the tests (user stories) set by FCC.
For example:
User Story #1: My tribute page should have an element with a corresponding id="main" , which contains all other elements.
I could fullfil it my creating the following code:
<main id = "main">
</main>
And you can continue fulfilling the user stories and make your page with your own styling and features!
Hope this helped!
Best,
Cy499_Studios