2d tranforms

here is the relevant code
#mario{
transition:transform 0.5s;
}
#mario:hover {
transform: rotate(45deg)
}

here is the relevant code
#mario{
transition:transform 0.5s;
}
#mario:hover {
transform: rotate(45deg)
}

here is the relevant code
#mario2{
transition:transform 0.5s;
}
#mario2/;hover {
transform: scale(2)
}

here is the relevant code
#mariokart{
transition:transform 0.5s;
}
.move-right {
transform: translateX(900px);
}