Help! Media query-- last user story

Hey guys,
My Product Landing Page is close to being complete but I’m having a hard time figuring out how to make the page responsive by using a media query. Any assistance or guidance would be a big help for sure.

This is my pen: https://codepen.io/mylliejohnson/pen/OJLOPYP?editors=1100

Other feedback would be appreciated as well!! Thanks!

If you wanting to know how to use media queries: Mozilla

If you are asking for ideas on what to query, I would recommend having your layout change from single-row data when the screen size is large, to single-column data when the screen size is small. Particularly, for the last section on the page, where those three elements are in the same row.

1 Like