DEV Community

Discussion on: The Key Element to Responsive Websites

Collapse
 
ashkanmohammadi profile image
Amohammadi2

When it comes to responsive pages, the first thing I remember is css grid.
I've always struggled using media queries for various reasons.

Collapse
 
mayankav profile image
mayankav

@ashkanmohammadi Thanks for taking out time to read. Its good to hear about Grid when discussing responsive websites but just to mention, responsive websites aren't as simple as "big stuff on bigger screen and smaller elements on smaller screens". You will need media queries when you want to hide/show some component based on the screen size for example. This is only one example. Remember grid can not rule out the application of media queries. Cheers :)