CSS Humor

Neighbourhood Street Display Block

.neighbourhood .street { display: block; }

From @SGoresht

Bra Push-up Overflow Visible

.bra.push-up { overflow: visible; }

From @SGoresht

Monday Transition Slow Ease Padding 6 Days

.monday {
  transition: slow ease; padding: 0 6days 0 0;
}

From @MrMuthondu

All Turn Signal Display None

* .turn-signal { display: none; }

From @NikFlip

Myopic Not Contact Lens Filter Blur 40px

.myopic:not(.contact-lens) {
  filter: blur(40px);
}

From @yuxel

Potbelly Overflow X Visible

.potbelly { overflow-x: visible; }

From @abhishekp1996

LESS Flowers Passion Roses Modesty Violets Underwear Regal Violets Military Roses

/* LESS */
.flowers {
  &Passion .roses;
  &Modesty .violets;
}
.underwear {
  &Regal .violets;
  &Military .roses;
}

From @ramriot

BMW Driver Horn Usage Permanent

.bmw-driver .horn { usage: permanent; }

From @Lapizistik

LESS Neanderthal Monobrow Face Eyebrows

/* LESS */
#neanderthal.monobrow {
  .face .eyebrows;
}

From @ramriot

Work Hover Mug Mug Mug Content Espresso Important Color

work:hover .mug > .mug > .mug {
  content: "espresso" !important;
  color: #591E14;
}

From @ramriot