8 lines
124 B
CSS
8 lines
124 B
CSS
.error {
|
|
font-family: Montserrat;
|
|
font-size: smaller;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
color: red;
|
|
}
|