Making CSS Grid work with Flexbox
In this part, you’ll learn to make Flexbox and the CSS Grid work together — peacefully.
We'll cover the following...
These two technologies, Flexbox and Grid, have changed how layouts in CSS is approached. Where possible, it is efficient to use both technologies.
Let’s delve in.
For the section housing the music details, we will use Flexbox.