4 lines
48 B
CSS
4 lines
48 B
CSS
|
body {
|
||
|
background-color: hsl(0, 0%, 50%);
|
||
|
}
|