8,960
edits
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
height: 250px; | height: 250px; | ||
border-radius: 50%; | border-radius: 50%; | ||
border: | border: none; /* Цвет кольца и его толщина */ | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background-color: | background-color: #a2c063; /* Фон кольца */ | ||
list-style-type: none; | list-style-type: none; | ||
position: relative; | position: relative; | ||
| Line 16: | Line 16: | ||
width: 160px; /* Размер внутреннего круга */ | width: 160px; /* Размер внутреннего круга */ | ||
height: 160px; | height: 160px; | ||
background-color: | background-color: transparent; /* Цвет внутреннего круга (можно сделать прозрачным) */ | ||
border-radius: 50%; | border-radius: 50%; | ||
top: 50%; | top: 50%; | ||