6 lines
77 B
CSS
6 lines
77 B
CSS
|
footer {
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
text-align: center;
|
||
|
width: 100%
|
||
|
}
|