Subpage 2.0!
This commit is contained in:
parent
c6d72516d5
commit
e1de101cc7
9 changed files with 81 additions and 66 deletions
|
@ -9,23 +9,10 @@ h1:nth-of-type(1) {
|
|||
|
||||
}
|
||||
|
||||
body {
|
||||
/* body {
|
||||
padding: 5vh 0;
|
||||
}
|
||||
} */
|
||||
|
||||
.mainDiv {
|
||||
animation: fadeUp 1s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@keyframes fadeUp {
|
||||
0% {
|
||||
transform: translateY(50vw);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: none;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue