This looks a little bit better
This commit is contained in:
parent
6890f2ca19
commit
fa544f17f5
|
@ -18,6 +18,11 @@ body {
|
|||
to {margin-top: 0;opacity1;}
|
||||
}
|
||||
|
||||
@keyframes appear {
|
||||
from {opacity:0;}
|
||||
to {opacity1;}
|
||||
}
|
||||
|
||||
.page {
|
||||
width: 100%;
|
||||
max-width: 920px;
|
||||
|
@ -33,7 +38,7 @@ body {
|
|||
font-weight: 300;
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
animation: rise 2s ease-out;
|
||||
animation: appear 0.75s ease-out;
|
||||
}
|
||||
|
||||
.links {
|
||||
|
@ -48,7 +53,7 @@ body {
|
|||
display: inline-block;
|
||||
padding: 5px;
|
||||
width: 25%;
|
||||
animation: rise 4s ease-out;
|
||||
animation: rise 1s ease-out;
|
||||
}
|
||||
|
||||
.links li a {
|
||||
|
@ -63,7 +68,7 @@ body {
|
|||
.uploadForm {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
animation: rise 3s ease-out;
|
||||
animation: appear 0.75s ease-out;
|
||||
}
|
||||
|
||||
.uploadButton {
|
||||
|
|
Loading…
Reference in New Issue