How to make icon label vertical
-
I would like to create a vertical icon text label. Here is the CSS:
.vertical-text {
transform: rotate(90deg);
transform-origin: left top 0;
}Can you customize this for me using your selectors and any other properties that apply? Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to make icon label vertical’ is closed to new replies.