flexbox basics
  • course introduction and what you're going to learn
  • creating our first flexbox container
  • understanding main and cross axes
  • more about flex flow property
  • learning the flex wrap property
controlling the alignment of elements using css flexbox
  • aligning elements with justify content property
  • more about justify content
  • aligning elements with align items property
  • aligning a single element with align self property
  • aligning multiple lines with align content property
  • learning the order property
controlling the sizing of elements using flexbox
  • flex grow
  • flex shrink
  • flex basis
use flexbox in action and build two menus
  • section overview and starting files
  • building a simple menu with flexbox
  • building an advanced menu with flexbox
our flexbox-based project
  • overview of our final project
  • building the holygrail layout
  • building our header using flexbox
  • building and styling our posts section
  • adding flexbox to our posts
  • building and styling the watch section
  • adding flexbox to the watch section
  • building and styling the download section
  • adding flexbox to the download section
  • building our gallery with the horizontal masonry layout using flexbox
  • adding gallery lightbox plugin to our gallery
  • building our sidebar using flexbox
  • building our menu and our footer
Bonus Section
  • Bonus Lecture