使用float方法

box1
float:left
box2
float:right

使用flex布局

box1
box2
margin-left: auto;
justify-content: flex-end;