Tribute Page - Ratchet & Clank | Feedback Welcome!

Just finished my tribute page

Ratchet & Clank Tribute Page

I tried my best for it to be responsive but I couldn’t figure out how to display all the images in the grid after resizing for mobile.

Thanks!

Your background image is not responsive because you set it’s container’s height to 100%, delete the height and your background will follow, also you don’t have a grid system, your pages is occupying the entire screen, it’s cool but hard to read… the awards section should have a transparent darken background like rgba(0,0,0,0.5) to make the text stand out, put some padding on and center it.

Put padding on your sections like the intro and the tribute info… Your texts on the tribute info is overlapping the bottom section.

I suggest you study the grid system, either bootstrap, bulma css, materialize css or custom made using css-grid and flexbox or both.