Center a div
Answered
zedan.tsx posted this in #help-forum
<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>