CSS Flexbox & CSS Grid

Two new important parts of CSS allow to solve layout problems:

  • Flexible Box Layout model — Flexbox
  • Grid layout model — Grid

Both allows to prepare correct and responsive layouts, and are used by modern CSS frameworks to create grids.

Let’s discover them through tow interesting games where we can use them and each of their properties:

Canonical references can be found on MDN:

This post is dedicated to Jan Krokaert, who teach graphism at Brussels.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.