Menu
Utility
Batstrap has a lot of utility/helper classes to quickly style elements without using any CSS code.

Display

.bat-flex for Display: flex
.bat-grid for Display: grid
.bat-inline for Display: inline
.bat-block for Display: block
.bat-inline-block for Display: inline-block

Flex Properties

.bat-justify-center for justify-content: center
.bat-justify-between for justify-content: space-between
.bat-justify-around for justify-content: space-around
.bat-justify-evenly for justify-content: space-evenly
.bat-justify-start for justify-content: space-start
.bat-justify-end for justify-content: space-end