I am working with 3 divs similar to the ones in this image:
The first two divs have identical width and height, while the third one (red div) is supposed to extend slightly outside of the container, by about 10%. I attempted using margin-left: -10px;
but unfortunately it did not yield the desired results.
Appreciate any assistance on this matter.