Update 2018.css

This commit is contained in:
Thomas G 2022-07-28 18:37:24 +10:00
parent f1b8ccd404
commit 91bd919e3d
1 changed files with 3 additions and 13 deletions

View File

@ -4,21 +4,11 @@
animation-timing-function: linear;
}
10% {
100% {
background-position-x: 40px;
animation-timing-function: linear;
}
90% {
background-position-x: 40px;
animation-timing-function: linear;
}
100% {
top: 0px;
animation-timing-function: linear;
}
}
}
html {
background: none;
@ -73,7 +63,7 @@ body {
#alert, #success {
top: 40px;
animation: alertanim;
animation-duration: 2s;
animation-duration: 250ms;
animation-iteration-count: 1;
}