CSS Humor

Window Clear Both Opacity 1 Display Inherit

.window {
  clear: both;
  opacity: 1;
  display: inherit;
}

From @SGoresht