feat(credits): credits on all pages
This commit is contained in:
parent
892858567f
commit
a47b7fa697
3 changed files with 17 additions and 133 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue