I want the childs of this grid to expand to the maximum size while staying right on the middle. I feel like I'm missing something within
flex
flex
property, or simply don't know how to do it, because
align-items: center;
align-items: center;
makes them minimum size.
Also, side question, is it possible to, whenever I click on them, to change their background color and stay like that once I click on them again? (kind of like a toggle)