Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +01:00

9 lines
122 B
CSS

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