As I delve into working with bootstrap 4, I am experimenting with creating various basic layouts. In line with the guidelines provided in bootstrap 4 documentation, I aimed to vertically align block elements by applying the class align-items-center
.
Despite attempting a simple example on codepen, I encountered an issue where the divs did not appear centered vertically.
I am seeking guidance on what might be causing this misalignment. Any insights?