Essay record
CSS: Get Two Divs to Align Horizontally
- Record
- Essay / / 1 min read / 39 words
- Tags
- Unfiled
DISCLOSURE: Some links may be affiliate links. Details
**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