Home › Forums › CSS › how to create special div shapes? › Re: how to create special div shapes?
June 26, 2013 at 12:33 pm
#140581
Participant
In your case, transform and transform-origin.
You might also need to add a class to each `.slice` element like `.slice-1` in your HTML and change every `.slide:nth-of-type(X)` by `.slice-X` in your CSS.