how to use grid to center a div code example Example: place item center in css using grid .parent-element { display: grid; place-items: center; }