0
How to make website responsive design?
I want to learn how to make website responsive design. works on any devices.
7 Answers
+ 4
Check out this textbook...
Responsive Web Design With HTML5 and CSS3 by Ben Frain.
Generally for responsive designs you should specify your units in percentages not in pixels....
For example setting the width of the page to 100% makes your page fits exactly to 100% width of the user's browser be it a mobile device or desktop... Specify other units the same way....
+ 1
Mobile-First Framework "Bootstrap" will lead you to the path easily. After working on this, you will be able to make your own responsive design with HTML5 & CSS3
0
no
0
If you want to make it responsive, I'd suggest learning the basics of JavaScript then
0
ok
0
Learn bootstrap and later bootstrap studio
- 1
Make it responsive by using JavaScript. Do you know how to code in JavaScript?