+ 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
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
+ 8
Read from previous threads. They help too.
https://www.sololearn.com/discuss/338371/?ref=app
+ 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.