Research and Documentation
Page 05: CSS Flexible Box Module

Resource: Mozilla Developer Network (MDN)

This MDN webpage explains the following CSS properties:

  • flex-direction
  • flex-basis
  • flex-grow
  • flex-shrink
  • align-items
  • justify-content
  • place-items
  • place-content
  • flex-wrap

Resource: World Wide Web Consortium (W3C)

This W3C webpage contains the offical W3C documentation for the CSS Flexible Box Module.

Resource: Flexbox Froggy

This is a coding-based browser game intended to teach players how to use the CSS Flexible Box Module.

Summary

This documentation page includes information about the following resources:

  • Mozilla Developer Network
  • World Wide Web Consortium
  • Flexbox Froggy