7 lines
120 B
CSS
7 lines
120 B
CSS
body {
|
|
background-color: coral;
|
|
}
|
|
|
|
a, button, input, select, textarea {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
} |