I gave definition for the class to display the text vertically, but it wont works with chrome!
Here with i attached the image
You might try the following CSS:
{
transform:rotate(7deg);
-ms-transform:rotate(90deg); /* IE 9 */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
-o-transform:rotate(90deg); /* Opera */
}
I have a demo from a while back that may be of use to you also - http://codepen.io/lukeocom/pen/mHnvl
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With