Set a title

Hi everyone I realise this https://codepen.io/alpha_66/pen/wvOXdGw this the original screen the problem is the left title if somebody have the good way to set it I ready to learn thanks by advance
No description
6 Replies
Jochem
Jochem10mo ago
I'm not sure what you're asking. Do you want to change the font?
Pat66
Pat66OP10mo ago
to center it and it I put an higher font size my title break
MarkBoots
MarkBoots10mo ago
for the text direction and centering, you can use
.left {
display: grid;
}
h2{
writing-mode: vertical-rl;
rotate: 180deg;
place-self: center;
.left {
display: grid;
}
h2{
writing-mode: vertical-rl;
rotate: 180deg;
place-self: center;
that way you don't need the absolute positioning and translations. the text-size is harder to control I'm afraid. I think the only way to auto adjust the size is with JS or maybe SVG
Pat66
Pat66OP10mo ago
thanks
Jochem
Jochem10mo ago
@Pat66 you can just add the "solved" tag:
No description
Pat66
Pat66OP10mo ago
THANKS
Want results from more Discord servers?
Add your server