Skip to content

Part 6: CSS Flexbox basics

John Caserta edited this page Mar 2, 2018 · 6 revisions

What we'll cover

  • one dimensional
  • flex-wrap
  • justify and align
  • flex-basis, grow, shrink

Exercise: Make a flag using flexbox

Code up the following flags in separate html files using flexbox and external svgs provided. Commit and sync your work.

Resources

Clone this wiki locally