ASGood article! It is also possible to center the div using CSS grid like so: body { margin: 0; width: 100%; min-height: 100vh; display: grid; justify-content: center; align-items: center; } div { background: lightgreen; height: auto; }Comment·Article·Feb 9, 2023·3 Easy Ways to Center a Div/Element
ASThank you for your continued support, Khairallah!Reply·Article·Nov 29, 2021·The Complete Guide to Installing and Configuring a Next.js Project in 2022