...

/

Traditional Layouting - Solution with Flexbox

Traditional Layouting - Solution with Flexbox

In this lesson, we will learn to fix the traditional layouting problems with Flexbox.

Writing our first Flexbox container

Let’s recall the code from the previous chapter:

<div class="container">
    <div class="col">
        First 
        <p>Lorem
...