feat(credits): credits on all pages

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-09 22:58:32 +01:00
parent 892858567f
commit a47b7fa697
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
3 changed files with 17 additions and 133 deletions

View file

@ -8,12 +8,23 @@ body {
font-size: 18px;
}
.credits {
position: fixed;
bottom: 1em;
display: flex;
gap: 1em;
font-size: 16px;
& a {
color: black;
}
}
main {
width: 50%;
background: mediumpurple;
padding: 2rem;
border-radius: 32px;
box-shadow: 0px 0px 70px 2px rgba(0,0,0,0.75);
box-shadow: 0 0 70px 2px rgba(0,0,0,0.75);
}
h1 {
@ -45,7 +56,7 @@ h2 {
& img {
height: 128px;
border-radius: 32px;
box-shadow: 0px 0px 50px -20px rgba(0,0,0,0.75);
box-shadow: 0 0 50px -20px rgba(0,0,0,0.75);
}
}
& h2, p {