...

/

Introduction to Flexbox

Introduction to Flexbox

In this lesson, we will learn what Flexbox is good for and get introduced to setting a Flexbox container to the flex display mode.

We'll cover the following...

We have seen in the first chapter of the course that traditional layouts come with challenges.

Back in the 90s, tables were used for creating layouts. The problem with tables is that ...