8 lines
139 B
CSS
8 lines
139 B
CSS
|
body {
|
||
|
background-color: black;
|
||
|
color: white;
|
||
|
font-family: 'Comic Sans MS', Verdana, Sans-serif;
|
||
|
}
|
||
|
h1{
|
||
|
margin-right: 50px;
|
||
|
}
|