CSS Humor

Body Focus Padding Top 25% Overflow Visible Bottom Inherit Border Style Groove Right 100%

body:focus {
  padding-top: 25%;
  overflow: visible;
  bottom: inherit;
  border-style: groove;
  right: 100%;
}

From Damien