This commit is contained in:
zoe 2022-04-09 18:00:23 +02:00
parent 2237ad824f
commit 82d2cd2caf
31 changed files with 920 additions and 7 deletions

37
public/scss/main.css Normal file
View file

@ -0,0 +1,37 @@
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; }