Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8592487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T23:45:42+00:00 2026-06-11T23:45:42+00:00

I am trying to get a string with each individual letter rotated 90 degrees;

  • 0

I am trying to get a string with each individual letter rotated 90 degrees; however, I want to keep the “flow” of letters going left-to-right, not vertical. I also want to keep that “strikethrough” horizontal green line (see images below).

What’s the simplest way to accomplish this? I prefer using JavaScript and/or CSS.

With the -transform: rotate CSS style I get the following:

do not want

<style type="text/css">
.rotate {
-webkit-transform: rotate(-90deg);
}
</style>
<body>
<div class="rotate">
<span style="color:#0C0; text-decoration:line-through;">
<span style="color:#000;">
A B C
</span></span></div>

What I would like to get is something like this, without resorting to a custom font.

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T23:45:43+00:00Added an answer on June 11, 2026 at 11:45 pm

    Pure CSS:

    <div class="letters">
        <span>A</span><span>B</span><span>C</span>
    </div>​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​
    
    .letters {
        height:8px;
        line-height:16px;
        border-bottom:1px solid green;
        position:relative;
    }
    .letters > span {
        float:left;
        -webkit-transform: rotate(-90deg);
    }​
    

    Demo

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get a sub-string for each member of the struct ' structs
I'm Trying to get a php string to break down into individual words, search
Basically what I'm trying to do is take a String, and replace each letter
trying to get same string on tooltip as is in the Text e.g. Text=<%#
Hi friends, I am trying to get the string data and image data from
Trying to get a random string out of ListArray on the button pressed. Always
I'm trying to get a std::string from my database using mysql connexion Here is
I'm trying to get the query string from a string (not the current URL).
I'm trying to get a json string back from my controller, that is prefill-values
I am trying to get the the string this info inside this object lets

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.