4 lines
45 B
CSS
4 lines
45 B
CSS
|
body {
|
||
|
background: yellow;
|
||
|
color: #333;
|
||
|
}
|