Flexbox

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 Link to heading

display: flex;

Inline container Link to heading

display: inline-flex;