Forums

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

Home Forums Design How to align divs

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

    Hi,

    I’m trying to make this layout:

    flexbox photo flex_zpsnmm1dkhf.jpg

    Can you please help me align the PRICE boxes to the center?!

    Here is my code:

    https://codepen.io/rashidhmoud/pen/jadJZM

    #263305
    Shikkediel
    Participant

    I’m no flexbox specialist but this seems to do the trick:

    .text {
      flex-grow: 1;
    }
    
    #263306
    rashidhmoud
    Participant

    Well that helped! thank you very much!

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