CSS Humor

Finger Nth-Child 3 Height 100%

.finger {
  display: none;
}
.finger:nth-child(3) {
  display: block;
  position: absolute;
  height: 100%;
}

From @folktrash