8,960
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
li.circle { | |||
width: 250px; | |||
height: 250px; | |||
background-color: #D02019; /* Можно изменить цвет фона */ | |||
border-radius: 50%; | |||
list-style-type: none; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
text-align: center; | |||
margin: 10px; /* Можно изменить отступ */ | |||
} | |||
/* Circular Table Styling */ | /* Circular Table Styling */ | ||
.circular-table { | .circular-table { | ||