Answer the question
In order to leave comments, you need to log in
Is it possible to do this with CSS3?
I tried to do it with transform: skew(x,y), but they can't be combined and I got only rhombuses with parallelograms. It is necessary to get a trapezoid from a rectangle with given angles:
Long life and a good wife to someone who will tell you how to do this without transformations on the server side.
Answer the question
In order to leave comments, you need to log in
For webkit, you can do this: -webkit-transform: perspective(200px) rotateY(45deg);
They write that 3D transformations are not supported in other browsers: www.w3schools.com/cssref/css3_pr_transform.asp
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question