16 lines
278 B
CSS
16 lines
278 B
CSS
html, body {
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
height: 100%;
|
|
}
|
|
|
|
#logo {
|
|
padding-top: 50px;
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.asciiart {
|
|
margin: 0px auto;
|
|
width: 340px;
|
|
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
|
white-space: pre;
|
|
} |