8 lines
81 B
CSS
8 lines
81 B
CSS
body {
|
|
background-color: lightgreen;
|
|
}
|
|
|
|
#messages {
|
|
background-color: white;
|
|
}
|