@keyframes fade {
  from {
    width: 50px;
  }
  to {
    height: 50px;
  }
}
