CSS d'animation diapositive du bas en haut

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