.flex-box { display:flex; justify-content:space-between; //button with flex box outline: 2px dashed blue; } .flex-box-2 { display:flex; justify-content: flex-end; outline: 2px deeppink dashed; }