DEV Community

Discussion on: How to make a responsive footer With No media Queries🗺

Collapse
 
equinusocio profile image
Mattia Astorino

Nice! But please note that this is not a “responsive” behavior, it is just the normal grid fluid/block behavior. Responsive means mostly adapt your layout/app with media queries like targetting touch devices, pointer precision, screen resolution, device orientation..and many other things you can do with the mediaqueries.

Collapse
 
sait profile image
Sai gowtham

Yeah you can do many things with media queries but you can do some things without media queries dude it is responsive layout what it does is automatically calculates the available space.check out jen Simmons layout land channel in YouTube if you have doubts 😎

Collapse
 
equinusocio profile image
Mattia Astorino • Edited

Fluid, adaptive, responsive design... they existed long before jen simmons videos :) and she say that responsive web design is something more complex, complete that may include fluid layouts and adaptive layouts in the same time. Responsive web design is much more than a normal block level element behavior 😅. The point here is that the title is misleading to learning people.

Cheers.

Thread Thread
 
sait profile image
Sai gowtham • Edited

Cool bro... 😅 but grid is not existed before...