7 lines
104 B
CSS
7 lines
104 B
CSS
|
body {
|
||
|
background-color: white;
|
||
|
font-family: "verdana", sans-serif;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
|