- This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Hi guys,
I’m struggling to get my head around css shapes :( I would like to create two circle shapes which overlap a little but the overlapping circle indents into the circle behind it leaving a 3px gap. Please see image for better understanding.
Can anyone help me out please?

Thank you
Kev
Short answer: you can’t do this. There is no path-finder in CSS. You can make 2 half transparent circles overlapping each over, but you won’t make a transparent border around the top one.
It’s not perfectly what you are after but you can work with divs with border-radius and a box shadow.
You might want to look at this: – http://dabblet.com/gist/2668930
– http://dabblet.com/gist/2687089
– http://dabblet.com/gist/2690290
Cheers lads for your help! That should be enough to get me going.
Thank you