+ 6
How can i adjust my web page to fit my device?
7 Réponses
+ 8
<meta name=“viewport” content=“width=device-width, initial-scale=1.0”>
+ 5
You can use vw and vh as a percentage of the veiwport window.
Or % of the container.
+ 5
Use Bootstrap
+ 1
Thanks guys
+ 1
anytime
+ 1
You can use media query on pure css
0
you can use webkit