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

How do i make my webpages responsive

Make my webpages fit in different windows

21st Nov 2019, 1:18 PM
Elie
Elie - avatar
4 Answers
+ 9
Elijah Ochieng you can use bootstrap as an beginner but there are many better and good framework are present for making websites responsive. Like foundation, skeleton, montage, siimple, Gumby, semantic UI all are good and next steps in learning website development with front end ux and ui design
21st Nov 2019, 1:29 PM
GAWEN STEASY
GAWEN STEASY - avatar
+ 2
For images There width should be 100% and height should be auto. For other contents you may use @media in CSS. And set the width and height of the document.
21st Nov 2019, 6:06 PM
usman
usman - avatar
0
I think you need to use bootstrap for that.
21st Nov 2019, 1:22 PM
Avinesh
Avinesh - avatar
0
Lemme do it, thanks guys
21st Nov 2019, 1:35 PM
Elie
Elie - avatar