CSS Humor

Bermuda Triangle Visibility Hidden

#Bermuda-triangle { visibility: hidden; }

From @TopperJarto

Bra Padded Padding 1 Em

.bra.padded { padding: 1em; }

From @ApoorvaShrini

Donald Button Nuclear Font Size 2em Font Weight Bolder

.Donald btn.nuclear {
  font-size: 2em;
  font-weight: bolder;
}

From @zemax

Kim Button Nuclear Donald Button Nuclear Color Red Display Table

.Kim btn.nuclear,
.Donald btn.nuclear { 
  color: red; 
  display: table;
}

From @borisschapira

Year 2018 Fill Var Best Wishes

#year2018 { fill: var(--best-wishes); }

From @g16n

Christmas Width 100% Height 100% Background Color Light Yellow Animation World Animation Duration 86400 Seconds

.christmas {
  width: 100%;
  height: 100%;
  background-color: light-yellow;
  animation-name: world;
  animation-duration: 86400s;
}

Liberal Backface Visibility Visible Important Z-Index 999999999 Important

.liberal {
  backface-visibility: visible !important;
  z-index: 999999999 !important;
}

From @thebenkaminski

OCD Align Items Normal

.OCD { align-items: normal; }

From @IAmAdamTaylor

FOX News Align Right Position Absolute Flex None Color White

#FOX_News {
  align: right;
  position: absolute;
  flex: none;
  color: white;
}

From @ThatsBoutRight

White House Color White Justify Content None Float Right Army Ranks Line Break Strict

.white-house {
  color: white;
  justify-content: none;
  float: right;
}

.army-ranks {
  line-break: strict;
}

From Gareth Nunns