6 lines
76 B
CSS
6 lines
76 B
CSS
|
body {
|
||
|
background-color: white;
|
||
|
color: black;
|
||
|
font-family: Verdana;
|
||
|
}
|