mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
38 lines
512 B
CSS
38 lines
512 B
CSS
|
body {
|
||
|
background-color: #352b42;
|
||
|
color: #f2f0e5; }
|
||
|
|
||
|
a {
|
||
|
color: #c2d368; }
|
||
|
|
||
|
footer, footer a {
|
||
|
background-color: #f2f0e5;
|
||
|
color: #352b42; }
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Caskaydia Cove;
|
||
|
src: url(../fonts/Caskaydia); }
|
||
|
|
||
|
a {
|
||
|
text-decoration: none; }
|
||
|
|
||
|
footer a {
|
||
|
text-decoration: underline; }
|
||
|
|
||
|
html, body {
|
||
|
height: 100%;
|
||
|
flex: auto; }
|
||
|
|
||
|
footer {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
height: 10%; }
|
||
|
|
||
|
#content {
|
||
|
min-height: 90%; }
|
||
|
|
||
|
* {
|
||
|
padding: 0;
|
||
|
margin: 0; }
|