CSS Humor

Darth Vader First Child Transform Rotate Y 180 Degrees

#darth-vader:first-child {
  transform: rotateY(180deg);
}

From @DaywalkerHN