<div style="display: flex;flex-direction: column;height: 100%"> <div style="flex: 4;background-color: red;"> div1 </div> <div style="flex: 6;background-color: blue;"> div2 </div> </div>