mirror of
https://git.kittycat.homes/zoe/wisdom.git
synced 2024-08-15 03:26:36 +00:00
28 lines
476 B
CSS
28 lines
476 B
CSS
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
div {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
margin-left: 24%;
|
|
margin-right: 24%;
|
|
}
|
|
a {
|
|
color: floralwhite;
|
|
font-size: 400%;
|
|
text-align: center;
|
|
font-family: "Prata", serif;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
body {
|
|
background-color: #080808;
|
|
}
|