I am working on a design where I need to place a div (profile picture) inside another div (profile banner) in a way that the profile picture is slightly outside of the outer div. This may sound complicated, but I only need it to display this way on desktop - mobile and tablet views can be different.
Here is an example image of what I am aiming for: https://i.sstatic.net/8V6ev.png
My goal is to create a responsive layout with a div inside another div, where the inner div extends slightly beyond the outer div. It needs to be responsive to accommodate varying screen resolutions.
I must admit that this is more of a request rather than an answer, as I am unsure how to achieve this myself.