When doing something like this:
Left Div Right Div
Another way to do something similar is with flexbox on a wrapper element, i.e.,
.row { display: flex; justify-content: space-between; }
Left Right