Span Image over cards

I want the image in the second row to somehow span across the three cards. Does anyone have tips or ideas? The image should represent the finished design. https://codepen.io/Redcaus12345/pen/raOJZPb
jog
CodePen
Untitled
...
No description
No description
No description
No description
4 Replies
Jochem
Jochem4d ago
use two copies of the same image, then translate the second one with CSS or cut the image up with photoshop basically, fake it
redcaus1235
redcaus1235OP4d ago
so with html css its not possibel ?
Jochem
Jochem4d ago
you could theoretically make that by positioning the element behind the cars, having the cards be transparent and the area between not transparent, but it's probably more complicated than just faking it
redcaus1235
redcaus1235OP4d ago
okay thank you very much

Did you find this page helpful?