Vertical align center flexbox in tailwind css
Published
on Apr 9, 2021
I always use this in css generally, so I thought I'd make a note of it for Tailwind CSS usage. That's untill I memorise it anyway :-)
<div class="flex items-center justify-center"></div>
Tagged with:
Written by Aaron Lumsden