8 lines
71 B
CSS
8 lines
71 B
CSS
|
* {
|
||
|
font-family: helvetica, arial
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background-color: #eee
|
||
|
}
|