Bootstrap 5 — More Flexbox Utilities

John Au-Yeung
JavaScript in Plain English
4 min readJul 6, 2020

--

Photo by Conor Brown on Unsplash

Bootstrap 5 is in alpha when this is written and it’s subject to change.

Bootstrap is a popular UI library for any JavaScript apps.

In this article, we’ll look at how to use flexbox classes with Bootstrap 5.

Align Items

We can use the align-items classes to change the alignment of flex items.

--

--