Tilt a DIV in fexa. 45 degrees.

NorseMan

Member
Look at the picture I attach. I want a DIV if possible (CSS?) And tilt it at an angle as many degrees as the image. In that case, I will have 5-6 such in a row in the head on the website to avoid making a large (wide) image with 5-6 such in a row. I have tried it, but then I lose the scaling of the page to be as narrow in width as without a picture with your slanted words on.
Lorem ipsum is the only image on the preview image, but it's not displayed yet.
So is there such a feature in CSS3 that tilts a DIV?
 
Can you attach the image that you mentioned?
Probably you will need to use
Code:
transform: rotate(45deg);
But you need to set the width and height properly
 
Back
Top