Hi there, I've been doing some research on fluid grids and responsive grid frameworks online. I'm a bit confused about whether I should use a fluid or responsive grid, and if anyone here can help me with some usable code examples, it would be greatly appreciated. I'm not entirely sure how to implement this using pure CSS, so maybe JavaScript/jQuery is needed. Here's what I have in mind:
For larger screens, the layout should look like this
For slightly smaller screens
And for even smaller screens
(I don't want the blocks to change size as the screen decreases, unlike in the images. If you've seen Netflix's genre pages, that's exactly what I'm going for.)
I don't need a perfectly polished code sample, just some guidance on how to approach this (having 15 media queries to handle the grid and moving elements around doesn't seem like the right solution, does it?). Any tips on how I can achieve this or any frameworks or demos that showcase this would be highly appreciated.