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