[Solved] How do I align the columns in CSS flexbox? [closed]


  • On .footer set bottom: -1px; (it will stick it to the bottom)
  • Add the class .col-xs-6 to #weekDay (it will use half 12 column grid)
  • Add the other .col-xs-6 to #weekly_forecast (it will use the
    other half of the 12 column grid)
  • Add line-height: 140px; to h2 to align it vertically with the red divs.
  • For bigger width viewports replicate same formula with col-md-*s

enter image description here

0

solved How do I align the columns in CSS flexbox? [closed]