+ 1
How do i make my webpages responsive
Make my webpages fit in different windows
7 ответов
+ 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
+ 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.
0
I think you need to use bootstrap for that.
0
Lemme do it, thanks guys