Day 364
One day left...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
#services {
padding-bottom: 80px 15px;
.title {
position: relative;
width: 200px;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
.circle {
background: #eef9ff;
width: 150px;
height: 150px;
border-radius: 50%;
position: absolute;
}
h1 {
position: relative;
font-size: 2.5rem;
text-transform: uppercase;
font-weight: 700;
color: #16171b;
z-index: 1;
letter-spacing: 4px;
}
}
}
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
#services {
padding-bottom: 80px 15px;
.title {
position: relative;
width: 200px;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
.circle {
background: #eef9ff;
width: 150px;
height: 150px;
border-radius: 50%;
position: absolute;
}
h1 {
position: relative;
font-size: 2.5rem;
text-transform: uppercase;
font-weight: 700;
color: #16171b;
z-index: 1;
letter-spacing: 4px;
}
}
}
Comments
Post a Comment