Next.js Discord

Discord Forum

Center a div

Answered
zedan.tsx posted this in #help-forum
Open in Discord
Avatar
<div className="border p-16 items-center justify-center mt-12 mx-12 lg:w-1/2 md:w-3/4 text-center">
        <span className="text-3xl font-bold font-satoshi ">{text}</span>
        <p className="text-md mt-4 font-sans">The page you're looking for doesn't exist. Don't worry, we got you covered.</p>
        <Link href="/">
          <Button className="mt-4 bg-neutral-900 hover:bg-neutral-800 text-white font-sans justify-left px-8 py-2 rounded-[8px]"><span><IconHome className="w-5 h-5"/></span>Go back to home</Button>
          </Link>
      </div>
Image
Answered by zedan.tsx
used justify-self-center
View full answer

7 Replies

Avatar
share the code op the parent div
@zedan.tsx
Avatar
there isnt a parent div for this page
got it
Avatar
used justify-self-center
Answer
Avatar
:noice: