How do I ensure the circles do not cross the black border? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How do I ensure the circles do not cross the black border?

https://code.sololearn.com/W91abG362mN3/?ref=app

20th Jun 2022, 5:01 PM
Daphine Nzioka
Daphine Nzioka - avatar
3 Respostas
+ 1
You can do that with the clip property. Add this to your .circle-1 class clip: rect(0px,100px,200px,0px);
20th Jun 2022, 6:13 PM
Chris Coder
Chris Coder - avatar
+ 1
Thank you Chris Coder it worked
22nd Jun 2022, 6:04 PM
Daphine Nzioka
Daphine Nzioka - avatar
0
Chris Coder let me try that
22nd Jun 2022, 6:01 PM
Daphine Nzioka
Daphine Nzioka - avatar