CSS Humor

Trump Elected Population Transition 5 Seconds Location Canada

#trump.elected > #population {
  transition: 5s;
  location: canada;
}

From @ramriot

Teacher Pointer Events Inherit Cursor Pointer

.teacher {
  pointer-events: inherit;
  cursor: pointer:
}

From @SGoresht

Star Wars Nth Child 7 Droid Color BB8

.star-wars:nth-child(7) .droid {
  color:#bb8;
}

From @legostormtroopr

Beard Cheeks Visibility None

.beard > .cheeks {
  visibility: none;
}

From @fishy_ankita

Sphinx Nose Display None

.sphinx .nose { display: none; }

From Yonic

Batman Background Black Float Left Batman After Content Robin Float Right

#batman {
  background: black;
  float: left;
}
#batman:after{
  content: 'robin';
  float: right;
}

From Berkant Fidan

Life Animation Beautiful 24h Linear Infinite

#life {
  animation: beautiful 24h linear infinite;
}

From Berkant Fidan

Hotfix Human Stupidity Visibility Hidden

/* Hotfix */
.humanstupidity { visibility: hidden; }

From @DDisstillhere

Zone Display Flex

.zone { display: flex; }

From @nrrrdcore

Trump Elected Plus USA Transition 315569260 Seconds Linear Border Width Border 100vh Solid Overflow Y Visible

#trump.elected + #USA {
  transition: 315569260s linear border-width;
  border: 100vh solid;
  overflow-y: visible;
}

From @SGoresht