SyntaxFix
Write A Post
Hire A Developer
Questions
Try the vertical-align CSS property.
vertical-align
#box1 { width: 50px; height: 50px; background: #999; display: inline-block; vertical-align: top; /* here */ }
Apply it to #box3 too.
#box3