8 lines
62 B
CSS
8 lines
62 B
CSS
|
body{
|
||
|
font-family: Monospace;
|
||
|
}
|
||
|
|
||
|
h1{
|
||
|
color:#FFFFFF;
|
||
|
}
|