I have two fixed-width divs, first one 'main box' and the other 'other box'
I want them center-screen and, when browser-width permits, next to one another.
I achieve the latter by making them float:left
but then since they're "out of the flow" I can't make them center screen (by margin: auto
on outer div)?
Is it possible some other way?