1st Project - Tribute page

Hi people,

Started using this FreeCodeCamp 2 days ago and here is my first crack at a the tribute page. Any feedback/ suggestions for this and future project would be welcome.

Thank you

That’s pretty good for a first project! Welcome to FCC.

Now, do you see that horizontal scrollbar in your tribute page? It’s because you are nesting .rows inside .rows which according to Bootstrap’s documentation is wrong

Content should be placed within columns, and only columns may be immediate children of rows.

Here’s how you properly nest content with Bootstrap.

Try to fix it and get back to me if you have any issues. :slight_smile:

Hi,

Thank you for the feedback I have modified my code to properly nest using bootstrap.