This commit is contained in:
Thomas G 2022-07-28 18:28:16 +10:00
parent 07d26b9f98
commit 85958d3f8f
1 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,15 @@
@keyframes in {
from {
top: 0px;
animation-timing-function: linear;
}
to {
background-position-x: 40px;
animation-timing-function: linear;
}
}
html {
background: none;
}
@ -50,6 +62,9 @@ body {
#alert, #success {
top: 40px;
animation: in;
animation-duration: 50ms;
animation-iteration-count: 1;
}
#alert {