forked from Damaj301damaj/damaj.tech
Attach footer to the bottom of the screen
This commit is contained in:
parent
1b74e277b0
commit
a9811e932b
|
@ -70,9 +70,9 @@ header img {
|
|||
/* Footer Style */
|
||||
|
||||
footer {
|
||||
position: relative;
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
bottom: 0vh;
|
||||
bottom: 0px;
|
||||
z-index: 10px;
|
||||
height: 30px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue