Here is a brief description of how to move a 3D element from its current position in CSS3 using the CSS3 3D translate method.
Explanation
Property :
translate()
translate3d(x,y,z) - Defines a 3D translation
translateX(x) - Defines a 3D translation, using only the value for the X-axis
translateY(y) - Defines a 3D translation, using only the value for the Y-axis
translateZ(z) - Defines a 3D translation, using only the value for the Z-axis