CSS Humor

Media Print Lined Paper Line Height 0.7 Millimeters

@media print {
  .lined-paper {
    line-height: 0.7mm;
  }
}

From @SGoresht