23 lines
437 B
CSS
23 lines
437 B
CSS
@font-face {
|
|
font-family: Comic Mono;
|
|
font-weight: normal;
|
|
src: url(https://cdn.jsdelivr.net/npm/comic-mono@0.0.1/ComicMono.ttf);
|
|
}
|
|
|
|
body {
|
|
font-family: Comic Mono;
|
|
background-attachment: fixed;
|
|
/* text-decoration: overline; */
|
|
/* text-transform: uppercase; */
|
|
/* background-color: #FFAAAA; */
|
|
background-image: url(Circles.png);
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
}
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
a {
|
|
color: #FFFFFF;
|
|
}
|