+ 1
Text rotate in bootstrap
How I can rotate text in vertical by using bootstrap? Can anyone send for me the codes
1 Respuesta
+ 1
Hey there Sanaa Hareb,
I don't know how to make it via bootstrap but I have a solution that works without bootstrap too:
Just add this to the element:
style="transform:rotate(180deg) ;"
This will rotate the element :)