Build a Tribute Page. Need some advice and suggestion

Any reference that you can suggest for the Challenge and advice in doing it right. :slight_smile:

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

Link to the challenge:

What do you mean? They give you a reference.

Hi,

There are some tutorials online - just google ā€˜FCC tribute page tutorialā€™.

Most of these use Bootstrap which in my opinion is a bad idea but apparently Iā€™m in the minority.

Donā€™t sweat it - 8 of the 10 test can be passed by simply putting the right <div> elements on the page and including one image and one link. Just follow the instructions carefully on the nesting.

The other two tests are satisfied by making your image responsive and centering it on the page. A little CSS (or Bootstrap) magic takes care of that.

The rest is tweaking the design elements to create a pleasing, functional page. Search codepen.io for ā€œtributeā€ to see examples from others to get ideas and inspiration.

Good luck on your project

Thank you for the response! it will help a lot. :slight_smile: