I have a section that contains 6 articles. I have sized these article boxes to fit the screen of an iPhone. If the computer screen is large enough I want them to line up side by side like this;
######
But as the screen gets smaller I want them to drop to the line bellow but be centered in the page like these:
#####
#
####
##
###
###
##
##
##
#
#
#
#
#
#
I would prefer an only CSS method to do this, but if there isn't one I will try others. I have searched this site the web and several books and I have not been able to find a way to do this.