DameVioletta-KINGREXTOWIN
New Member
I have created a circle using css. Now I want to divide it into 24 segments. How can I perform this using css. Help me.Here's my code for how I created circle:\[code\]<div class="circle"></div>.circle{ width: 50px; height: 50px; border-radius: 50%; background-color: blue }\[/code\]