presentations/taking-flight-with-tailwind-css/slides/code/4-sample-output.txt
2025-10-02 23:11:24 +01:00

15 lines
155 B
Text

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