Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS how to create special div shapes? Re: how to create special div shapes?

#140581
Kitty Giraudel
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.