11 lines
107 B
CSS
11 lines
107 B
CSS
footer {
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: 0;
|
|
}
|
|
|
|
a.no-underline {
|
|
text-decoration: none;
|
|
}
|
|
|