Skip to content

Instantly share code, notes, and snippets.

@alvinwan
Created February 21, 2019 18:07
Show Gist options
  • Select an option

  • Save alvinwan/4be5c3dd9b5dc228b5c574510944fac7 to your computer and use it in GitHub Desktop.

Select an option

Save alvinwan/4be5c3dd9b5dc228b5c574510944fac7 to your computer and use it in GitHub Desktop.
The noob's guide to 3D Transforms with CSS - Frame of Reference Style
.parent {
transform: translateX(20px);
}
.child {
transform: translateY(20px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment