footer always at bottom
This commit is contained in:
parent
3fc84001c1
commit
6939fd45c7
1 changed files with 6 additions and 7 deletions
|
@ -3,6 +3,12 @@
|
||||||
animation-direction: alternate-reverse;
|
animation-direction: alternate-reverse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: #A0FF9A;
|
color: #A0FF9A;
|
||||||
}
|
}
|
||||||
|
@ -100,10 +106,3 @@ a:hover {
|
||||||
background-color: #ff2400;
|
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…
Reference in a new issue