You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
433 B
32 lines
433 B
9 years ago
|
footer {
|
||
|
clear: both;
|
||
|
border-top: 1px solid #eee;
|
||
|
font-size: 12px;
|
||
|
background: #fff;
|
||
|
position: relative;
|
||
|
z-index: 1;
|
||
|
color: #666;
|
||
9 years ago
|
box-shadow: 0 1000px 0 1000px #fff;
|
||
9 years ago
|
}
|
||
|
|
||
|
footer ul {
|
||
|
overflow: hidden;
|
||
|
margin: 0 2%;
|
||
|
}
|
||
|
|
||
|
footer ul li {
|
||
|
float: left;
|
||
|
width: 25%;
|
||
9 years ago
|
padding: 24px 2%;
|
||
9 years ago
|
}
|
||
|
|
||
|
footer ul li > h2 {
|
||
9 years ago
|
font-size: 14px;
|
||
9 years ago
|
margin: 0 auto 8px;
|
||
9 years ago
|
font-weight: 500;
|
||
9 years ago
|
}
|
||
|
|
||
|
footer ul li > div {
|
||
9 years ago
|
margin: 0 8px 5px 0;
|
||
9 years ago
|
}
|