I am trying to create a layout similar to this:
I know I can create the "A" using svg or clip-path but the problem is I want to keep the background inside the "A" aligned with the body background i.e if the window resizes the background image will react as a cover reacts and so should the image inside the "A".
I am running out of ideas to how can I accomplish this... the last thing I can think of is using background-attachment: fixed
and creating the "A" using complex CSS like lots of divs with different width/height, border radius, translate etc to create the letter "A".
EDIT: I think I didn't made the case clear so please check this Demo of what I am trying to achieve. Note how the grey scale spot stays aligned with the text div when you resize the browser while the background image is set to cover width and height regardless of the view port size & the image inside the spot changes to render the same spot ... I just want to have more complex shape like an A or Z instead of that odd shape.