I was wondering if my tribute page is good to go before i submit it. Also what happens after I submit? Does it get approved in a few days? What happens when it’s not good am I able to try again? Thanks!
to check if your page is pk you need to use the test suite provided
to use it you need to import it in your project
by forking this CodePen pen.
in this pen, it’s done with this script tag:
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
you can also add the link to this part of the pen settings, " Add External Scripts/Pens", which does the same thing but you will not have it in the html box and you may avoid the risk of deleting it by mistake
thanks for your help. 
I like it but some of the text are shifting to the side,you can use this to bring the text to the middle:
For example:
How to make Spagetti Jollof
Try this,it will bring the text to the middle and it will look much better😉.
Hey Roland,
nice to meet you! 
Congrats on your first project, good job so far! 
Because you didn’t add the tests so far, I will give you some more general feedback.
My ideas:
-
you can get a code validation:
-
you can increase the readability of your code by:
- clicking on the small arrow on the right side of the code box and
- clicking
Format HTML/CSS
-
you can increase the overall readability of your page by adding some visual hierarchy; you can read more about it in principles of design
Let us know when your project passes all tests,
then we can give you more specific feedback on the design and other stuff.
If you need additional help to pass some tests,
let us also know. 
awesome! thanks a lot for your detailed feedback.
I just tweeked everything so that it passed all tests, also I made the h2 text centered like @adaezebaby told me. 
Alright, great work!
I think these two ideas are some great next steps:
