CSS Humor

Work Active Mug Content Coffee Important Color Brown Transition 5 Seconds

.work:active .mug {
  content: “coffee” !important;
  color: brown;
  transition: 5s;
}

From @kDushiMarketing