Web Developer
We’ll start by using grid center to make a div element horizontally and vertically centered on a page.
<div class="grid h-screen place-items-center">Centered using Tailwind Grid</div>
<div class="flex h-screen"> <div class="m-auto"> <h3>title</h3> <button>button</button> </div> </div>
Auto Sync....
Select Categories