Hi!
Thanks for support.
How can I get something like this?
I tried some code, but always the transform propierty are disable automaticly.
I tried something like that https://www.w3schools.com/cssref/css3_pr_transform.asp and also like that:
font-size:20px;
position: fixed;
transform: translateY(-50%) rotate(-90deg);
display: block;
z-index: 99;
https://snipboard.io/Udr8GM.jpg
https://snipboard.io/PhMCy9.jpg
Thanks for help!