18 lines
224 B
Plaintext
18 lines
224 B
Plaintext
#footer {
|
|
font-size: 14px;
|
|
position: absolute;
|
|
bottom: 30px;
|
|
opacity: 0.6;
|
|
width: 100%;
|
|
text-align: center;
|
|
.outer {
|
|
padding: 0 30px;
|
|
}
|
|
}
|
|
.footer-left {
|
|
float: left;
|
|
}
|
|
.footer-right {
|
|
float: right;
|
|
}
|