lol animations
This commit is contained in:
parent
f24699f564
commit
23c5ba5553
|
@ -13,6 +13,11 @@ body {
|
||||||
background-color: #2d2d2d;
|
background-color: #2d2d2d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@keyframes rise {
|
||||||
|
from {margin-top: 50px;opacity:0;}
|
||||||
|
to {margin-top: 0;opacity1;}
|
||||||
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 920px;
|
max-width: 920px;
|
||||||
|
@ -28,6 +33,7 @@ body {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
animation: rise 1s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.links {
|
.links {
|
||||||
|
@ -42,6 +48,7 @@ body {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
width: 25%;
|
width: 25%;
|
||||||
|
animation: rise 2s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.links li a {
|
.links li a {
|
||||||
|
@ -56,6 +63,7 @@ body {
|
||||||
.uploadForm {
|
.uploadForm {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
animation: rise 1.5s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uploadButton {
|
.uploadButton {
|
||||||
|
|
Loading…
Reference in New Issue