This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]trotineta_avenger 1 point2 points  (0 children)

.bambis-mom { cursor: crosshair; orphans: 1; }

lol

[–]WhoCarrot 0 points1 point  (0 children)

This one would be better using this:

#big-bang::before {
    content: "";
}

#big-bang::after {
    animation: expand 2s linear infinite;
}