< Back to Frontend Friday Folks Index
< Back to Frontend Friday Folks Index
Droplet
Visit the official puzzle page (affiliate link!) to play it yourself. If you buy a course from CSSBattle through my affiliate link, I receive a share of it!
Highlighted solution (429 characters)
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
I couldn't make it this Friday, but this puzzle is what was scheduled next.
I thought I'll take two pseudo elements, move them around and at the same time use the main element to do the circle in the middle. The pseudo elements need to keep that space clean (transparent) and fill the rest with their color. This way, the main element can draw the sides and the circle colors, while the pseudo elements could use transparency and border radius to draw the inner circle and the curves.