I can't make one circle center inside another.
I can't understand whats wrong. I have also tried doing it with a square, and that wont work too.
Heres my jsfiddle.
.circle {
width: 170px;
height: 170px;
border-radius: 85px 85px 85px 85px;
background: lime;
}
.circle-inner {
width: 150px;
height: 150px;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
border-radius: 75px 75px 75px 75px;
background: red;