Hola, me gustaría saber como le pongo texto verticalmente centrado a cada una de mis box?
.grid{ display: flex; flex-direction: column; height: 50px; width: 75%; flex-wrap: wrap; align-items: center; } .box{ color: white; height: 100px; width: 80px; background-color: green; text-align: center; align-items: center; justify-content: center; }