Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Flexbox for uniforming heights

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41333
    JoniGiuro
    Participant

    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/

    #117344
    chrisburton
    Participant

    I wonder if flexbox would be a good way to separate a paragraph into two side-by-side sections.

    #117350
    Paulie_D
    Member

    >I wonder if flexbox would be a good way to separate a paragraph into two side-by-side sections.

    flexbox & column-count?

    https://css-tricks.com/snippets/css/multiple-columns/

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.