Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to put text align to veritcal using CSS 3

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 419
    Comment on it

    Hello Reader's if your are looking for the code to write the text with alignment upward, Then you can use the code css as below:-

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    writing-mode: tb-rl;
    

    Here the style will keep the text upward in vertical dircetion. This css will also run almost all web browser and mobile screens.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: