DEV Community

Discussion on: Center an element with CSS Grid

Collapse
 
equinusocio profile image
Mattia Astorino • Edited

Place-items is just a shorthand of justify-items and align-items which work both with flexbox and grid layout. You should give more details next time. 🖖🏻

Collapse
 
hybrid_alex profile image
Alex Carpenter

Sure, it wasn't the most comprehensive post, but it does what is described.

Collapse
 
equinusocio profile image
Mattia Astorino

Yes. But let others learn something :)