Feedback on Tribute Page (Please!)

Hello Everyone,

I am fairly new to freecodecamp. I have been active for about a month, and I am just now finishing up my first project. I would love to hear some feedback or critique from anyone who has time. Also, I attempted to make the page responsive using both Bootstrap and @media queries. Unfortunately, the images on my second page are not cooperating… any advice there?

Project Link - https://codepen.io/russeld8/pen/vyyaGN

Thanks to everyone in advance!

1 Like

Great looking page! I really like the feel of it, has that antique feel to it which I find really nice. About the responsiveness, I believe you could add a div to the body and give it the class name of “container-fluid” and add the class “img-responsive” to your image to make it responsive. Or at least that’s how I did mine.

deedubuya