Álvaro Ramírez
CSS vertical align using flex
Codepen snippet:
div{ height: 200px; background: #ccc; display: flex; justify-content: center; align-items: center; } p{ margin: auto }
Codepen snippet:
div{ height: 200px; background: #ccc; display: flex; justify-content: center; align-items: center; } p{ margin: auto }