Home › Forums › CSS › Layout horizontal Divs › Reply To: Layout horizontal Divs
December 16, 2015 at 2:19 pm
#235922
Participant
Here’s a pen with four boxes evenly distributed and responsive.
http://codepen.io/rrwd/pen/KpBZoq
The key is that the inner div has display:inline-block and its parent with text-align:center. And, nicely responsive.
Narrow and widen your browser to see that the boxes maintain their center alignment.