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? 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/ 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). 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. Link to comment https://forums.phpfreaks.com/topic/255873-css3-rotating-text/#findComment-1311643 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.