diff --git a/public/css/2018.css b/public/css/2018.css index 3455a79..3e4c9e8 100644 --- a/public/css/2018.css +++ b/public/css/2018.css @@ -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 {