CSS Humor

Divorce Income Alimony Children

#divorce .wife {
  display: none;
  z-index: 999;
}
#divorce .income {
  overflow: hidden;
}
#divorce .alimony {
  overflow: visible;
  position: absolute;
  height: 150%;
}
#divorce .children {
  text-decoration: blink;
}

From revitafi