0
Help fiting web contents when resized window
I want to resize and fit everything on this webpage to the browser size when the browser is resized or its being viewed in mobile device here is my code: https://code.sololearn.com/WmuTU7m3Ge6U
4 Answers
+ 1
Thanks Brian G it helped alot :)
0
you need a framework for developing responsive websites (w3.css or bootstrap) or create responsive design yourself using media queries. check out w3schools.com for examples and tutorials.
- 1
my pleasure MD