10 lines
97 B
CSS
10 lines
97 B
CSS
body {
|
|
font-size: 16px;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.error {
|
|
color: red;
|
|
}
|
|
|