CSS Humor

Wife Right 100 Percent Margin Zero

.wife {
  right: 100%;
  margin: 0;
}

From José

Import Windows BSOD Color Blue Content IRQL_NOT_LESS_OR_EQUAL Frequency 10000Hz Text Color White

@import Windows
#BSOD {
  color: blue;
  content: "IRQL_NOT_LESS_OR_EQUAL";
  frequency: 10000Hz;
  text-color: white;
}

From Luís

Metalhead Color 666

.metalhead { color: #666; }

From nonox

Moon Backface Visibility Hidden

#moon {
  backface-visibility: hidden;
}

From darxide

Flat Earth Width 6371km Height 6371km Border Radius 50%

#flat-earth {
  width: 6371km;
  height: 6371km;
  border-radius: 50%;
}

From darxide

Roses Color Red Violets Color Blue Noticed Why Are They Called Violets If They Are Blue

.roses { color: red; }
.violets { color: blue; }
#noticed .violets { content: "Why are they called violets if they are blue?"; }

From A. Jones

Glass Apple Campus Opacity 0.00001

.glass.apple-campus { opacity: 0.00001; }

From @lipsumar

Big Bang Animation Delay Negative 13.8E9 Years

#bigbang { animation-delay: -13.8E9yrs; }

From @g16n

Ideal Man Creeping 0 Respect 100%

.ideal-man { creeping: 0; respect: 100; }

From @elisegraham

Barcelona Display Grid Grid Auto Rows 100px Grid Auto Columns 100px

#Barcelona {
  display: grid;
  grid-auto-rows: 100px;
  grid-auto-columns: 100px;
}

From @praveenpuglia