Day 356
A quick day of music site building...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
#music {
.container {
display: flex;
#info {
width: 50%;
#title {
font-size: 2rem;
font-weight: 700;
text-align: center;
}
#sub-title {
font-size: 0.7rem;
font-weight: 300;
text-align: center;
}
#singles {
display: grid;
grid-template-columns: 50% 50%;
}
}
#album-cover {
width: 50%;
display: flex;
justify-content: center;
align-items: center;
img {
width: 50%;
}
}
}
}
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
#music {
.container {
display: flex;
#info {
width: 50%;
#title {
font-size: 2rem;
font-weight: 700;
text-align: center;
}
#sub-title {
font-size: 0.7rem;
font-weight: 300;
text-align: center;
}
#singles {
display: grid;
grid-template-columns: 50% 50%;
}
}
#album-cover {
width: 50%;
display: flex;
justify-content: center;
align-items: center;
img {
width: 50%;
}
}
}
}
Comments
Post a Comment