remove footer
dzuk isn't worried about credit for small personal pages and i want to keep things as clean as possible. there's still a link in the source as a comment tho
This commit is contained in:
parent
51e8ee9804
commit
369cd9b9da
2 changed files with 5 additions and 55 deletions
47
style.css
47
style.css
|
@ -34,7 +34,7 @@ body {
|
|||
margin: 2em 1em 0.5em;
|
||||
}
|
||||
|
||||
main, footer {
|
||||
main {
|
||||
background: hsla(0, 0%, 100%, 40%);
|
||||
border-radius: 2em;
|
||||
border: 3px solid hsla(0, 0%, 100%, 30%);
|
||||
|
@ -170,36 +170,6 @@ h1, h2 { --around-image: url(images/sparkles.svg); }
|
|||
}
|
||||
|
||||
|
||||
footer {
|
||||
max-width: 35em;
|
||||
margin: 2em auto 0;
|
||||
padding: 0.25em 0.5em;
|
||||
border-radius: 0.5em;
|
||||
font-size: 75%;
|
||||
|
||||
color: black;
|
||||
text-shadow: none;
|
||||
font-weight: 400;
|
||||
|
||||
display: grid;
|
||||
grid-template: "e t" / 35px auto;
|
||||
align-items: center;
|
||||
justify-items: center;
|
||||
}
|
||||
|
||||
footer .emojo {
|
||||
grid-area: e;
|
||||
}
|
||||
|
||||
footer p, footer div {
|
||||
grid-area: t;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: hsl(254deg, 50%, 50%);
|
||||
}
|
||||
|
||||
.ipa {
|
||||
font-family: BreezeSans;
|
||||
font-size: 90%;
|
||||
|
@ -251,21 +221,6 @@ footer a {
|
|||
mix-blend-mode: screen;
|
||||
}
|
||||
|
||||
footer {
|
||||
background: hsla(0, 0%, 0%, 50%);
|
||||
color: white;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: hsl(254deg, 100%, 85%);
|
||||
}
|
||||
|
||||
footer .emojo {
|
||||
background: hsla(52deg, 85%, 95%, 75%);
|
||||
padding: 2px;
|
||||
border-radius: 1000px;
|
||||
}
|
||||
|
||||
hr {
|
||||
background: white;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue