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
Maybe there are better ways, but you could use
shape-outside
.
https://codepen.io/MarkBoots/pen/gOzNKeJaah 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
If the shape Mark used had a width as a percentage, instead of a set value, it would be responsive 🙂