CSS Humor

State Prison Prisoner #ID77586 Box Sizing Border-box Outline Width Border-width Position Static Speak Spell-out Speech Rate Fast

.state-prison > .prisoner > #ID77586 {
  box-sizing: border-box;
  outline-width: border-width;
  position: static;
  speak: spell-out;
  speech-rate: fast;
}

From iurianu

Popeye Plus Spinach Width 50px Height 150px Transform Scale 10

.popeye + .spinach {
  width: 50px;
  height: 150px;
  transform: scale(10);
}

From Timur

Santorum Position Sticky Bottom 100% Right Auto

.Santorum {
  position: sticky;
  bottom: 100%;
  right: auto;
}

From @syrupcore

Trump Position Unset Top 1% Bush Position Inherit Top 1% Santorum Position Sticky Bottom 100% Left 50%

.Trump {
  position: unset;
  top: 1%;
}  

.Bush {
  position: inherit;
  top: 1%;
}  

.Santorum {
  position: sticky;
  bottom: 100%;
  left: 50%;
}

From @syrupcore

Salmon Background Salmon Border Silver

.salmon { background: salmon; border: silver; }

From @webjac

Poop Content Poop Emoji

.poop { content: '💩'; }

From @montogeek

Akari Visibility Hidden

/* Warning: anime joke */
.akari { visibility: hidden; }

From @DDisstillhere

My Bank Account Content Empty

.my-bank-account { content: ' '; }

From @vicentesarmento

Eighties Movie Background Image Linear Gradient Black Fuchsia

.eightiesmovie {
  background-image: linear-gradient( black, fuchsia );
}

From @codepo8

Clown Nose Color Red

.clown > .nose { color: red; }

From @derogab