Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Flexbox - some magic tricks with CSS

Flexbox - some magic tricks with CSS

Ilê Caian

Cheesecake Labs

June 28, 2018
Tweet

More Decks by Cheesecake Labs

Other Decks in Programming

Transcript

  1. Cascading Style Sheets is a style sheet language used for

    describing the presentation of a document written in a markup language like HTML. CSS
  2. Flexbox(Flexible Box Layout Module) is a Box Layout Module and

    makes it easier to design flexible responsive layout structure without using float or positioning. • flex-direction • justify-content • align-items Flexbox