- 1
How to make full responsive website
please define it
3 Answers
+ 3
Just learn CSS @media to form different layouts for different screen size, eg. mobile, laptop, notebook and desktop sizes.
+ 1
Responsive websites use JavaScript DOM and event listeners to modify elements, and CSS animations or conditional formatting. You can Google how each of those work.
0
Easiest way is to learn bootstrap