making the text diagonal on the left side

Hi me again 😅 , I'd like to create this effect where the left side of the text is 45deg diagonal, but the text is still normal. Is there an easy solution to this?
3 Replies
MarkBoots
MarkBoots2y ago
Maybe there are better ways, but you could use shape-outside . https://codepen.io/MarkBoots/pen/gOzNKeJ
Ã̶̅n̴̊͑k̴̾͌s̵̒̐e̵͗̒l̴̿͋
aah i see, so there is a rule for it alright thanks! 🙂 the only problem is the height isn't responsive on a small screen because the text will be higher
Kevin Powell
Kevin Powell2y ago
If the shape Mark used had a width as a percentage, instead of a set value, it would be responsive 🙂