HTML & CSS - Displaying images on Angles

dbershevits

New Member
I need to display images on angles like shown below. Is CSS Transfer the way to do it?
YbkB5.png
\[code\]/* Rotate div */transform:rotate(7deg);-ms-transform:rotate(7deg); /* Internet Explorer */-moz-transform:rotate(7deg); /* Firefox */-webkit-transform:rotate(7deg); /* Safari and Chrome */-o-transform:rotate(7deg); /* Opera */\[/code\]Would I just need to work out the correct degrees rotate for each image?Sizing & Positioning are fine easy enough.thx
 
Back
Top