wanjingy.github.io / hw8 / frontend / src / app / artist-detail / artist-detail.component.css
artist-detail.component.css
Raw
.detail-label {
    color: aquamarine;
    font-weight: bold;
}

.detail-content {
    color: white;
}

.detail-container{
    width: fit-content;
    text-align: center;
}

.artist-img{
    width: 160px;
    height: 160px;
}

.album-img{
    width: 200px;
    height: 200px;
    display: block;
}