DEV Community

Discussion on: Complete Flexbox Tutorial w/ Cheat Sheet

Collapse
 
mis0u profile image
Mickaël

Nice article. The little trick if you want to center an object (X and Y) in 2 lines :
display: grid;
place-items: center;