Can I add custom css code Writing Mode within Webflow?

I want to be able to have a vertical heading

H
e
a
d
i
n
g

But do not want to rotate around 90 degrees

I can edit the css code after I export it but would rather be able to do this within Webflow, is there anyway I can add this css code:

writing-mode: vertical-rl;

Thanks

1 Like

Hi,

You can use a html embed to write the CSS class.

2 Likes

Thanks looks like what I want :slight_smile:

Yes worked just fine big thanks

.headline { writing-mode: vertical-lr; }

Then I can style it to exactly how I want. This allows me to see the effect and can then alter the CSS if the HTML becomes too messy.