I'm trying to create 2 simple divs, one of 80vw
and the other of 20vw
to create two divs side by side.
For some reason this doesn't work:
<div style="background:black; height:100vh; width:50vw; display:inline-block;">50vw</div>
<div style="background:red; height:100vh; width:50vw;display:inline-block;">50vw</div>
Fiddle: https://jsfiddle.net/4hvrz4o1/