CSS Humor

Big Bang Before Content Empty Big Bang Active Transition Width Infinite Height Infinite Ease-Out

#BigBang:before {
  content: '';
}

#BigBang:active {
  transition: width infinite, height infinite ease-out;
}

From Victor Zuydweg