What you want here is not:
.parent { perspective: 600px; }
…but:
.child { transform: perspective(600px); }
css-tricks.com/why-isnt-my-...
Why isn't my 3D view transition working?! Sunkanmi tackles this frustration and offers an elegant fix for it.
css-tricks.com
CSS-Tricks*