17 lines
236 B
CSS
17 lines
236 B
CSS
.footer {
|
|
background: #222;
|
|
color: #fff;
|
|
padding: 30px 20px;
|
|
text-align: center;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.footer a {
|
|
color: #ff6600;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.footer a:hover {
|
|
text-decoration: underline;
|
|
}
|