CSS Humor

Clean Bathroom Greater Than P Display None

.clean-bathroom {
  > p {
    display: none;
  }
}

From Jeffery Jones