Text align css classes.

This commit is contained in:
smartapant 2016-05-02 16:34:55 +03:00
parent 4356658f05
commit 483852c406

View file

@ -202,3 +202,11 @@ a {
.text-right { .text-right {
text-align: right; text-align: right;
} }
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}