7 lines
96 B
CSS
7 lines
96 B
CSS
body {
|
|
background-color: coral;
|
|
}
|
|
|
|
button, input, select, textarea {
|
|
font-family: inherit;
|
|
} |