7 lines
62 B
CSS
7 lines
62 B
CSS
|
.right-aligned {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.error {
|
||
|
color: red
|
||
|
}
|