18 lines
215 B
CSS
18 lines
215 B
CSS
body {
|
|
background-color: #000;
|
|
}
|
|
|
|
.ascii {
|
|
margin: auto;
|
|
text-align: center;
|
|
font-family: monospace;
|
|
white-space: pre;
|
|
color: #a57ae9;
|
|
top 50%;
|
|
}
|
|
|
|
.text {
|
|
font-family: monospace;
|
|
color: #a57ae9;
|
|
}
|