This was a request from the Facebook group to show how to center text inside full-height and width columns. The flex features make this extremely easy by setting the alignment to center (CSS equivalent: flex-justify-center and align-items-center).
Originally published on July 10, 2021