7 lines
62 B
CSS
7 lines
62 B
CSS
|
footer {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
bottom: 0;
|
||
|
}
|
||
|
|