One
Two
Three
.box>* { float: left; } .box { display: flex; }
<div class="box"> <div>One</div> <div>Two</div> <div>Three</div> </div>