DEV Community

Discussion on: How to make responsive for mobile too...

Collapse
 
ismaildinar profile image
ismail-dinar • Edited

I think Bootstrap is good framework for such requirement. It is based on a grid system that uses a twelve column system and five default responsive tiers. You can read more about bootstrap grid system here.
It offers a lot of responsive components such as Navbars, containers, cards,etc
More about bootstrap components here
Bootstrap v4.5 is the latest stable version. Currently bootstrap v5 is in alpha.