Nicolas Bally 6a8e471b82 intial
2019-02-01 13:53:57 +01:00

9 lines
122 B
CSS

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