Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

center div in tailwind css

<div class="w-32 h-32 flex justify-center items-center bg-yellow-500">
	<div class="w-10 h-10 bg-red-500"></div>
</div>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #center #div #tailwind #css
ADD COMMENT
Topic
Name
1+7 =