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: 40px solid #a2c063; /* Цвет кольца и его толщина */ | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background-color: | background-color: transparent; /* Фон кольца */ | ||
list-style-type: none; | list-style-type: none; | ||
position: relative; | position: relative; | ||