Full width list in CSS
问题 I'm trying to implement and new layout for my site. I am capable of implementing this using JS but I'm trying to use pure CSS. And example would be http://tympanus.net/Development/GridLoadingEffects/ It starts out with 3 columns and when you resize the page smaller, the boxes resize until it gets small enough that it turns into two columns. Similar to that I'm trying to get my horizontal list of square images to take full width of the page with the square's max-width being 300px. So for