footer
This commit is contained in:
parent
1beba7dc32
commit
fe6e5ba314
@ -42,7 +42,21 @@ body {
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding: 15px;
|
||||
font-size: 12px;
|
||||
background-color: #f1f1f1
|
||||
}
|
||||
background-color: #f1f1f1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
float: left;
|
||||
display: block;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
padding: 14px 16px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.footer a:hover {
|
||||
background-color: #ddd;
|
||||
color: black;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user