CSS Transform Cheat Sheet

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