CSS Humor

Gift Text Decoration Inherit Overflow Hidden Box Sizing Content Box

.gift {
  text-decoration: inherit;
  overflow: hidden;
  box-sizing: content-box;
}

From @SGoresht