time to push to . git apparently =w=
This commit is contained in:
21
main.css
21
main.css
@@ -18,6 +18,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes not-cheating {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
:root {
|
||||
--font: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
--font-h: "heonian", "Helvatica Neue", Helvetica, Arial, sans-serif;
|
||||
@@ -125,4 +134,16 @@ header.fullscreen #search {
|
||||
|
||||
.header-animation-reverse {
|
||||
animation: clearly-cheating 1s ease-in-out reverse;
|
||||
}
|
||||
|
||||
main {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.main-animation {
|
||||
animation: not-cheating 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.main-animation-reverse {
|
||||
animation: not-cheating 0.5s ease-in-out reverse;
|
||||
}
|
||||
Reference in New Issue
Block a user