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

How to make a responsive website?

Do you have any tips for making a website responsive? if so I appreciate if you would share them

6th Aug 2019, 2:11 AM
Danial Azadpour
Danial Azadpour - avatar
3 Answers
+ 7
Check out my code for creating responsive text (or responsive anything really) my favorite method, really like it. Using css and calc(). Otherwise practice with media queries and using % and em sizing rather than pixel values. Remember practical practice is the best. https://code.sololearn.com/Wg0U6xOcti6R/?ref=app
6th Aug 2019, 10:59 AM
SpaceJam♨
SpaceJam♨ - avatar
+ 8
Read from previous threads. They help too. https://www.sololearn.com/discuss/338371/?ref=app
6th Aug 2019, 2:19 AM
Jella
Jella - avatar
+ 3
You can use a framework such as Bootstrap and utilize the Grid system. If you use a modern JS framework like React or Angular 7 then your can use Material-UI for responsive components.
6th Aug 2019, 2:15 AM
Alberto Fernandez