- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Tue, 23 Apr 2013 10:39:48 -0700
- To: Tim Leverett <zzzzbov@gmail.com>
- Cc: "www-style@w3.org" <www-style@w3.org>
On Tue, Apr 23, 2013 at 7:02 AM, Tim Leverett <zzzzbov@gmail.com> wrote: >> Nah, just use MOAR FLEXBOX: >> >> .images { >> display: flex; >> justify-content: center; >> } > > Maybe it's my lack of experience with flexbox, but how would flexbox handle > the situation where the images are supposed to gracefully wrap to new lines? Add a "flex-wrap: wrap;" line to the above rule. ^_^ ~TJ
Received on Tuesday, 23 April 2013 17:40:35 UTC