You must log in or # to comment.
Sadly
position: top;
is not valid css. It should say
position: absolute; bottom: 0px;
Still funny though.
Ah, the author fixed it. Good job.
If you trim that bush, it’ll seem larger
Why is
.tree
’s position relative?Needed for the
.leaves
’ absolute positioning to be relative to the tree, and not relative to the universe.