CSS Humor

Michael Jackson Transition Color 10 Years Ease Color White

.michael.jackson {
  transition: color 10years ease;
  color: white;
}

From @LukasBoehmDev

EE UU President Child of Black Last Child Content Obama Position Relative Margin Left 90% Margin Right 10%

#EE.UU .president > black: last-child {
  content: "OBAMA";
  position: relative;
  margin-left: 90%;
  margin-right: 10%;
}

From David jander

Oscar 2016 Content Leonardo Dicaprio Icon Oscar.png Font Spotlight

#oscar-2016 {
  content: "Leonardo Dicaprio";
  icon: "oscar.png";
  font: "Spotlight";
}

From Jhonathan de Souza Soares

Erection Height Auto Float Left

.erection {
  height: auto;
  float: left;
}

From Amrit Lotay

Weather Sun Display None

#weather .sun { display: none; }

From Eric

Your Mum Min Width 10000000000 Pixels

.YourMum { min-width: 10000000000px; }

From Archibald Butler`

IE8 Display None

.ie8 { display: none; }

From Swaraj Gandhi

Drunk Position Absolute Bottom Zero

.drunk {
  position: absolute;
  bottom: 0;
}

From @petar_simic

Husband Clear None Wife Angry Text Transform Uppercase

#Husband { clear: none; }
#Wife .angry { text-transform: uppercase; }

From @go6_media

Me Plus You Content Love

.me + .you { content: "love"; }

From @montogeek