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