8,960
edits
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
} | } | ||
.ring-container7 { | |||
width: 200px; | |||
height: 200px; | |||
background-color: #EFE9DE; | |||
position: relative; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
} | |||
.ring2 { | |||
width: 100%; | |||
height: 100%; | |||
background: conic-gradient(#21ABC6 0% 20%, #87B22A 20% 100%); | |||
border-radius: 50%; | |||
position: relative; | |||
} | |||
.center2 { | |||
width: 100px; | |||
height: 100px; | |||
background-color: #EFE9DE; | |||
border-radius: 50%; | |||
position: absolute; | |||
top: 50%; | |||
left: 50%; | |||
transform: translate(-50%, -50%); | |||
} | |||