Home › Forums › CSS › how to create special div shapes? › Re: how to create special div shapes?
June 26, 2013 at 2:18 pm
#140593
Participant
> 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.