4 lines
42 B
CSS
4 lines
42 B
CSS
|
body {
|
||
|
background: white;
|
||
|
color: pink;
|
||
|
}
|