footer always at bottom

progress
supositware 3 years ago
parent 3fc84001c1
commit 6939fd45c7

@ -3,6 +3,12 @@
animation-direction: alternate-reverse;
}
footer {
position: fixed;
bottom: 0;
width: 100%;
}
a:link {
color: #A0FF9A;
}
@ -100,10 +106,3 @@ a:hover {
background-color: #ff2400;
}
}
progress::-webkit-progress-value {
-webkit-transition : width 1s ease;
-moz-transition : width 1s ease;
-o-transition : width 1s ease;
transition : width 1s ease;
}

Loading…
Cancel
Save