8 lines
89 B
CSS
8 lines
89 B
CSS
|
.footer {
|
||
|
position: fixed;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
|
||
|
padding: 0 10px 10px;
|
||
|
}
|