16 lines
160 B
CSS
16 lines
160 B
CSS
|
|
|
|
.footer {
|
|
position: relative;
|
|
bottom: 0;
|
|
height: auto;
|
|
background-color: #e7e7e7;
|
|
width: 100%;
|
|
max-width: 1480px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|