10 lines
109 B
CSS
10 lines
109 B
CSS
|
.center {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.error {
|
||
|
font-size: 1.5em;
|
||
|
color: red;
|
||
|
font-weight: bold;
|
||
|
}
|