I'm trying to recreate the above photo using CSS, but I haven't been able to think of a solution yet. I need to indent every new line of text slightly more/less to create the angle effect.
I thought initially of clip-path, but that just cuts the text. Text-indent only effects the first line. I could use the span tag on each new line... but with this being responsive the new line will change as the window collapses, so that won't work.
The only plausible solution I have thought of has been to create this effect in illustrator and export as an SVG. This has the downside of being treated like an image as far as sizing goes...but it gets the effect across. Responsive would be a challenge as well.
Any super CSS tricks anyone know of for this effect? Much appreciated.