CSS Transforme la feuille de triche

.dino {
  /* Move rightwards 5em and no vertical movement */
  transform: translate(5em, 0);
}
Rampravesh