Julius Posted January 27, 2012 Share Posted January 27, 2012 Hi, I need to rotate text about 30-45 degrees NOT clockwise. How do I do that? .topbar .project_name { text-align: left; margin-left: 20px; } How do I finish this? Quote Link to comment https://forums.phpfreaks.com/topic/255873-css3-rotating-text/ Share on other sites More sharing options...
AyKay47 Posted January 27, 2012 Share Posted January 27, 2012 You can use the transform property. http://css-tricks.com/snippets/css/text-rotation/ Quote Link to comment https://forums.phpfreaks.com/topic/255873-css3-rotating-text/#findComment-1311637 Share on other sites More sharing options...
Julius Posted January 27, 2012 Author Share Posted January 27, 2012 Just added position: absolute; and -o-transform: rotate(-5deg); (works for opera only, will work on other browser later). Quote Link to comment https://forums.phpfreaks.com/topic/255873-css3-rotating-text/#findComment-1311639 Share on other sites More sharing options...
AyKay47 Posted January 27, 2012 Share Posted January 27, 2012 it works on opera only because that is the only browser which you have specified it to work on. Quote Link to comment https://forums.phpfreaks.com/topic/255873-css3-rotating-text/#findComment-1311643 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.