Can I use display: flex when using viewport?

Asked

Viewed 29 times

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).

  • Thanks @Guilhermenascimento, vlw man

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.