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 […]

Read more

How to start a CSS layout ?

BlueRobot gives us very interesting starter layouts we can “borrow, steal, abduct, and/or torture”, compatible with all browsers (even legacy ones).

Read more