DEV Community

Cover image for πŸ‘‹ Just a single CSS line for a perfect center layout
Aslam Shah
Aslam Shah

Posted on β€’ Edited on

1 2

πŸ‘‹ Just a single CSS line for a perfect center layout

place-items is a shorthand property for align-items and justify-items and can be used to perfectly center elements.

  display: grid;
  place-items: center;
Enter fullscreen mode Exit fullscreen mode

Browser Support
MDN Docs

Live in Action:

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay