0
How do I ensure the circles do not cross the black border?
3 Respostas
+ 1
You can do that with the clip property.
Add this to your .circle-1 class
clip: rect(0px,100px,200px,0px);
+ 1
Thank you Chris Coder it worked
0
Chris Coder let me try that