I'm creating a website where I use the rotate and transform functions in CSS3. I have everything under control, but when I rotate my text, the whole text rotates like with its <p>
block.
What I want is when rotating my text, keeping the left side of the text in a vertical alignment.
It's hard to explain with words, so I like to refer to this website: Active Theorie
(You can see that they rotate their text like -2 degrees, but keep the vertical alignment of their texts.)
I hope someone here can help me out with this.