Every now and then I see someone posting here "how can I make to floated divs the same height"?
There's a lot of "fake css" ways of doing it, some really work but are a bit more tedious, then there's javascript and now we'll be able to do it with Flex boxes!
As this is a question that appears on this forum every now and then I thought I'd share this article here.
Every now and then I see someone posting here "how can I make to floated divs the same height"?
There's a lot of "fake css" ways of doing it, some really work but are a bit more tedious, then there's javascript and now we'll be able to do it with Flex boxes!
As this is a question that appears on this forum every now and then I thought I'd share this article here.
http://weblog.bocoup.com/dive-into-flexbox/
Thanks for the link - Flexbox is definitely going to change a lot of things. Now just for the IE 7-9 usage share to die out.
I wonder if flexbox would be a good way to separate a paragraph into two side-by-side sections.
flexbox & column-count?
http://css-tricks.com/snippets/css/multiple-columns/