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



4 Replies
use two copies of the same image, then translate the second one with CSS
or cut the image up with photoshop
basically, fake it
so with html css its not possibel ?
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
okay thank you very much