< Back to Frontend Friday Folks Index
< Back to Frontend Friday Folks Index
Magical Tree
Highlighted solution (716 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 | |
30 | |
31 | |
32 | |
33 | |
34 | |
35 | |
36 | |
Finally I had a puzzle where I could use
-webkit-box-reflect
. I now know that it
doesn't span a size, so centering something is not as easy, if you want the reflection to be
counted as well. I used selectors instead of classes and ids this time, just to not having to
name the boxes.