9 lines
187 B
CSS
9 lines
187 B
CSS
|
body {
|
||
|
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
||
|
background-color: #000;
|
||
|
color: #fff;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
border-width:0;
|
||
|
cursor: pointer;
|
||
|
}
|