One
Two
Three
.box { display: flex; } .one { flex: 1 1 0; } .two { flex: 1 1 0; } .three { flex: 2 1 0; }
One
Two
Three