← Personal Portfolio (old Angular version, unfinished)
source/src/app/footer/footer.component.css
footer{
    margin-top: 120px;
    background-color: #181818;
    color: #ffffff;
    position: relative;
    bottom: 0;
}

.details {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    font-size: 18px;
    padding: 60px 0;
    font-weight: 700;
}
.logo {
    width: 40px;
}

a{
    color: #ffffff;
}

.license{
    border-top: 1px solid;
    color: #ffffff;
    font-size: 15px;
    height: 80px;
}
.license span {
    opacity: 0.8;
}

.icon {
    opacity: 0.8;
}
.icon:hover{
    opacity: 1;
}