0
I’m a beginner in developing responsive websites and I’m using the tag:
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
And besides in container construction I’m using display: flex
in css and using measures in vw
and vh
making this combination is possible or not advisable?
Yes, the only thing that META view-port changes is the ZOOM width and scale limitation (or disable zoom-in and zoom-out).
– Guilherme Nascimento
Thanks @Guilhermenascimento, vlw man
– jaojpaulo