Birch.dev
Back

Flexbox

Published: 2021-12-14

By making an element

display: flex;

We’re able to make each of the childen within the element to display as flex items.

Full width container

display: flex;

Inline container

display: inline-flex;
This is content