16 lines
No EOL
311 B
CSS
16 lines
No EOL
311 B
CSS
* {
|
|
font-family: "Consolas", "Monaco", "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New";
|
|
}
|
|
|
|
body {
|
|
background: black;
|
|
}
|
|
|
|
.mainTitle, .mainTitle > span {
|
|
color: limegreen !important;
|
|
}
|
|
|
|
.mainTitle {
|
|
animation: typer 2s linear;
|
|
margin: auto;
|
|
} |