I am trying to place two divs side by side and using the following CSS for it.
#left { float: left; width: 65%;
Make both divs like this. This will align both divs side-by-side.
.my-class { display : inline-flex; }