talks/Taking Flight with Tailwind CSS/code/4-sample-output.txt
2021-02-06 22:46:22 +00:00

16 lines
155 B
Plaintext

.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-justify {
text-align: justify;
}