Answers for "text align center tailwinds"

11

tailwind center text

<!--Use the text-center class-->
<div class="text-center">
	<p>Centered Text</p>
</div>
Posted by: Guest on January-03-2022
3

tailwind align-items: center;

Class			Properties
items-start		align-items: flex-start;
items-end		align-items: flex-end;
items-center	align-items: center;
items-baseline	align-items: baseline;
items-stretch	align-items: stretch;
Posted by: Guest on February-27-2021

Browse Popular Code Answers by Language