11 lines
175 B
CSS
11 lines
175 B
CSS
|
|
body {
|
||
|
|
font-family: monospace;
|
||
|
|
background: #000;
|
||
|
|
color: #0f0;
|
||
|
|
margin: 2em;
|
||
|
|
}
|
||
|
|
header {
|
||
|
|
border-bottom: 1px solid #0f0;
|
||
|
|
padding-bottom: 0.5em;
|
||
|
|
margin-bottom: 2em;
|
||
|
|
}
|