Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS An image crossing a section between paragraphs Reply To: An image crossing a section between paragraphs

#261394
Paulie_D
Member

It’s certainly doable but it would probably be quite complex…certainly if you want it responsive.

4 squar(ish) divs in a container with the line as a background image (perhaps SVG) would probably be the most logical option but you might run into positioning problems.

I’d imagine you could do much the same using CSS Grid.

<canvas> might be an option but that’s outside my skillset.