CSS Humor

Week Work Day Last Child After Content None

#week.work .day:last-child:after { content: " "; }

From @BastienHo

Education Background Transparent Content Book Education Strict Background White Display Inline Education Lax Background Pink Border None Display Flex

.education {
  background: transparent;
  border: inherit;
  content: "book";
  display: table;
}

.education.strict {
  background: white;
  border: grey 5px solid;
  display: inline;
}

.education.lax {
  background: pink;
  border: none;
  display: flex;
  filter: blur(30%);
}

From @BastienHo

Yoga Align Self Stretch

.yoga { align-self: stretch; }

From @andresgalante

Halloween Greater Than Poltergeist Visibility Visible

.halloween > .poltergeist { visibility: visible; }

From @Matthias_Apsel

Pumpkin Donald Color Orange Border Think Content None

.pumpkin, .donald {
  color: orange;
  border: think;
  content: "";
}

From @ramriot

Trump Hair Color Orange

.trump#hair { color: orange; }

From Edward

Foot Greater Than Mouth Visibility Hidden

.foot > .mouth { visibility: hidden; }

From Sandra

Germany Time Datetime 1989 11 09 Border Zero

#germany time[datetime="1989-11-09"] { border: 0; }

From mdss

Jail Empty Cells Show

.jail { empty-cells: show; }

From mdss

Moscow Big Theater Columns 8

#moscow .big-theater { columns: 8; }

From mdss