How can i make my website responsive | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How can i make my website responsive

4th Jun 2018, 11:34 AM
Geofrey Foya
Geofrey Foya - avatar
6 Answers
+ 7
Try bootstrap good framework to make websites responsive.
4th Jun 2018, 11:41 AM
Yugabdh
Yugabdh - avatar
+ 6
You will need bootstrap for that.If you know html and css...learning bootstrap would not take more than a day.
4th Jun 2018, 4:59 PM
Mitali
Mitali - avatar
+ 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.
4th Jun 2018, 4:35 PM
Lyokolux
Lyokolux - avatar
+ 2
You also can use media queries so you can adapt it to any specific size of screen.
4th Jun 2018, 2:41 PM
Miguel Bernedo
Miguel Bernedo - avatar
+ 2
bootstrape is good
4th Jun 2018, 2:59 PM
Mathias Otutey
Mathias Otutey - avatar
+ 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.
4th Jun 2018, 5:04 PM
Lyokolux
Lyokolux - avatar