10 lines
67 B
CSS
10 lines
67 B
CSS
|
/*
|
||
|
* styles.css
|
||
|
*/
|
||
|
|
||
|
body {
|
||
|
background: white;
|
||
|
color: black;
|
||
|
}
|
||
|
|