.parent{
perspective:200px;
perspective-origin:
50% 50%
;
}
.child{
transform: rotateZ(90deg);
}