cssOMS/alignment.scss
2015-11-29 21:58:50 +01:00

21 lines
181 B
SCSS

.center {
margin: 0 auto;
}
.centerText {
text-align: center;
}
.rightText {
text-align: right;
}
.floatLeft {
float: left;
}
.floatRight {
float: right;
}