delphi.market/public/order.css
2023-09-09 22:52:50 +02:00

11 lines
131 B
CSS

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