CSS Humor

Ocean Position Relative Float Initial Animation Wave Ease Infinite Overflow Visible

.ocean {
  position: relative;
  float: initial;
  animation: wave ease infinite;
  overflow: visible;
}

From @SGoresht