CSS Humor

EU Border None Important

#EU { border: none !important; }

From @dejf256

Explaining Stop Please

$(".explaining").stop("please");

From @chrismccorkle

Eminem Word Spacing Zero

.eminem { word-spacing: 0; }

From Hampus M Eriksson

Human Plus Thor’s Hammer Margin Bottom Zero Important Padding Bottom Zero Important

.human + .thor-hammer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

From Timur

Gollum Has Ring Visibility Hidden

.gollum.hasRing {
  visibility: hidden;
}

From theRolk

Sadness Visibility Hidden

.sadness {
  visibility: hidden;
}

From 0swin

#Schäuble Sith Position Absolute

#Schäuble, .sith {
  position: absolute;
}

From @ahmedAlamiFr

Border Line Life Border Style Solid

.border-line .life {
  border-style: solid;
}

From @ahmedAlamiFr

Hail Graytan Background Color 666 Font Family Comic Sans Important

.hail-graytan {
  background-color: #666;
  font-family: "Comic Sans" !important;
}

From @nmalozzi

Gardiner Expressway Transition Width 1.5 Year Ease Out Position Fixed Display Inline Block

.gardiner-expressway {
  transition: width 1.5y ease-out;
  position: fixed;
  display: inline-block;
}

From @chrinfinity