footer.scss
405 Bytes
.footer {
margin: 50px 0;
padding-top: 50px;
border-top: 2px solid rgba(0, 0, 0, 0.2);
width: 100%;
display: flex;
align-items: center;
justify-content: center;
.footer__icon {
color: rgba(0, 0, 0, 0.3);
font-size: 40px;
margin-bottom: 20px;
margin-right: 10px;
}
.footer__text {
color: rgba(0, 0, 0, 0.4);
font-size: 20px;
text-transform: uppercase;
}
}