< Back to Frontend Friday Folks Index
< Back to Frontend Friday Folks Index
Chevron
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 (410 characters)
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 | |
27 | |
28 | |
29 | |
I had multiple, different solutions to this puzzle. One of them was using a linear-gradient in three elements and a -webkit-box-reflect to mirror them to the right.
Highlighted solution (509 characters)
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 | |
27 | |
This idea used a set of 6 triangles. Basically three borders set transparent and one being drawn out, to create a triangle and then stacked those on top of each other.
I also thought about rotating a div, but since the angle is not 90 degrees, that solution lead to nothing...