Day 41

This is me building some shapes in my project using CSS.
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

#shape0 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 250px;
height: 250px;
margin: auto;
box-shadow: 3px 3px 4px lightblue;
border-radius: 25px;
background-color: #efefef;
}

#shape0 #exit {
position: absolute;
bottom: 20px;
left: 10px;
border-radius: 12px;
box-shadow: 3px 3px 4px lightblue;
background-color: #ff1a1a;
width: 110px;
height: 40px;
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2