mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
File upload.
This commit is contained in:
@@ -110,4 +110,18 @@ body {
|
||||
|
||||
.animate-appearance-in {
|
||||
animation: appearance-in 250ms ease-out normal both;
|
||||
}
|
||||
|
||||
.move-up-animation {
|
||||
animation: moveUpAndDown 2s infinite;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@keyframes moveUpAndDown {
|
||||
0% {
|
||||
top: 0;
|
||||
}
|
||||
100% {
|
||||
top: -100%;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user