Attach footer to the bottom of the screen
This commit is contained in:
parent
1b74e277b0
commit
a9811e932b
1 changed files with 2 additions and 2 deletions
|
@ -70,9 +70,9 @@ header img {
|
||||||
/* Footer Style */
|
/* Footer Style */
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: relative;
|
position: fixed;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0vh;
|
bottom: 0px;
|
||||||
z-index: 10px;
|
z-index: 10px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue