Nicolas Bally 3233232f4e initial
2019-02-01 12:07:55 +01:00

9 lines
122 B
CSS

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