INIT: initial commit

This commit is contained in:
Fiona Lena Urban 2025-06-03 18:05:45 +02:00
parent bdcf50ca0b
commit 78e0ff6ac9
10 changed files with 217 additions and 8 deletions

View file

@ -0,0 +1,19 @@
.CurrentMood {
background: var(--clr-current-light);
color: var(--clr-current-dark);
height: 60dvh;
padding: 2rem .5rem;
font-family: 'Delius', sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
& .icon {
font-size: 14rem;
}
& h1 {
font-size: 1.5rem;
}
}