7 lines
90 B
CSS
7 lines
90 B
CSS
|
|
body {
|
|
color: green;
|
|
background-color: yellow;
|
|
font-family: monospace;
|
|
}
|