Consider the following code:
Add float:left; property in both divs.
float:left;
Add display:inline-block; property.
display:inline-block;
Add display:flex; property in parent div.
display:flex;