Slide Animasi CSS dari bawah ke atas

@keyframes slide-from-bottom {
  0% {
    margin-top: 23%;
  }
  100% {
    margin-top: 0;
  }
}
florinrelea