Nicolas Bally 3524d4c862 intial
2020-03-18 15:49:29 +01:00

9 lines
122 B
CSS

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