14 lines
No EOL
232 B
CSS
14 lines
No EOL
232 B
CSS
footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: #333;
|
|
color: #fff;
|
|
}
|
|
|
|
#footer-text {
|
|
text-decoration: none;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
} |