TUTORIAL (micro) Vertical Text

Hi,

I made a tiny tutorial on how to set up vertical text in Blocs.
Cheers :santa:

Here’s the code i use.

<style>
.vertical-text{
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: bottom;
}
</style>
7 Likes

Hi Johnny @Jakerlund

Many thanks again for your great tutorials

MDS

2 Likes

Or if anyone is interested in the original written description offered when the question was asked. I had hoped that users would take the provided information and research the techniques for learning. I guess that continues to be a misconception on my part.

:upside_down_face:

Yeah man! is very appreciated you take time to answer keep doing it cause I will ask you so much more :stuck_out_tongue: but sometimes tutorial are very needed haha

1 Like

You are the best!

1 Like

Hello @Jakerlund ,

I am trying to use this tutorial but the video is unavailable. Is it online anywhere else?

Text orientation is part of the Class Manager in Blocs 4

2 Likes