Your first flexbox layout

Home

Search

Layout

  • So to add flexbox we simply add display:flexbox, on our container.
  • The flexbox instructions will affect the positions of our childs in the containers and not the childs of our childs, but we will see later that we can postioning one specific element.
  • By default flexbox place our elements on row.