2.2: Borders
.circ1{
width: 9em;
height: 9em;
border-radius: 50%;
background: #000;
position: relative;
display: inline-block;
}
.circ2{
width: 9em;
height: 9em;
border: 30px solid #eee;
background: #eee;
border-top-left-radius: 8em;
border-bottom-right-radius: 8em;
position: relative;
top: 70px;
left: 165px;
}Last updated