+ 7
How do I make a responsive website please
Responsive Website
3 Answers
+ 6
To add to @King_fredzy, study CSS very well about floats or flexbox and @media queries to get inner workings of how responsive website works or behaves. Then after gaining experience you can use bootstrap to speed up your work without coding from scratch. This way you can alter the default bootstrap codes if the need be.
+ 6
Give bootstrap a chance:
http://getbootstrap.com/
+ 4
@Thanh le @Ben bright
Thanks a million, this will definitely help. I will make the best of it