thenavisapp
Version:
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
66 lines (55 loc) • 1.02 kB
CSS
/* Footer.css */
footer {
color: white;
background-image: url(../img/the-town-bg-02.jpg);
background-position: center;
background-repeat: no-repeat;
min-height: 850px;
position: relative;
padding-bottom: 50px;
padding-top: 160px;
}
.tm-underline {
border-top: 2px solid white;
height: 8px;
width: 100%;
}
.tm-underline-inner {
width: 25%;
height: 8px;
background: white;
}
.tm-footer {
position: absolute;
bottom: 35px;
left: 0;
right: 0;
padding: 0 15px;
}
.tm-contact-item {
margin-bottom: 75px;
}
.tm-contact-item-link {
display: flex;
align-items: center;
}
.tm-contact-item-link i,
.tm-contact-item-link span {
color: white;
transition: all 0.3s ease;
}
.tm-contact-item-link:hover i,
.tm-contact-item-link:hover span {
color: #3496d8;
}
.tm-footer-link {
color: white;
}
.tm-footer-link:hover,
.tm-footer-link:focus {
color: #3496d8;
text-decoration: none;
}
p {
line-height: 1.9;
}