Can I use display: flex when using viewport?

0

I'm a beginner in the development of responsive sites and I'm using the tag:

<meta name="viewport" content="width=device-width, initial-scale=1.0"/>   

And furthermore in container building I'm using display: flex in css and using measures in vw and vh is doing this combination possible or not?

    
asked by anonymous 30.01.2017 / 17:01

0 answers