CSS: Get Two Divs to Align Horizontally

Date: 2015-07-09 |

**Problem: **I want to align two of my divs horizontally (side by side), but I can’t figure out how.

**Solution: **Just add the style display: inline-block to your two divs.

In each div put:

style=”display: inline-block;”

Source: http://stackoverflow.com/questions/4938716/align-div-elements-side-by-side

Want more like this?

The best / easiest way to support my work is by subscribing for future updates and sharing with your network.