Answers for "tailwind class text align center"

2

tailwind tect align left

Class				Properties
text-left		text-align: left;
text-center		text-align: center;
text-right		text-align: right;
text-justify	text-align: justify;
Posted by: Guest on February-18-2021
2

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