+ 6
How can i make my website responsive
6 Réponses
+ 7
Try bootstrap good framework to make websites responsive.
+ 6
You will need bootstrap for that.If you know html and css...learning bootstrap would not take more than a day.
+ 3
There is Css GRID now. It's the best with media queries.
Bootstrap overload HTML code and break the rule : HTML for structure and CSS for design
You can find guide here :
https://css-tricks.com/snippets/css/complete-guide-grid/
or here
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout
For the beginning, tutorials are available on Youtube.
+ 2
You also can use media queries so you can adapt it to any specific size of screen.
+ 2
bootstrape is good
+ 2
@mitali jadhavrao Why Bootstrap is so helpful ?
We can do the same with CSS and display: grid; property.
Here is an introduction : https://www.youtube.com/watch?v=txZq7Laz7_4
Learning css grid would not take more than a day.