+ 2
How to make website responsive and compatible for any device?
Plz guide me
3 ответов
+ 2
Use either bootstrap or w3.css
+ 1
Take a look at the Bootstrap library: https://getbootstrap.com/
+ 1
One thing is:
If you use onmousedown, onmousemove, onmouseup, onmousover, onmouseenter, or onmouseleave,
Make sure to also use ontouchstart, ontouchmove, and ontouchend.