5 lines
47 B
CSS
5 lines
47 B
CSS
|
|
body {
|
||
|
|
color: white;
|
||
|
|
background: purple;
|
||
|
|
}
|