So I'm trying to practice my CSS skills on advanced areas of CSS and I must say, I've become absolutely stumped in recreating a DIV with the following design:
So essentially I want the div to have an "abnormal polygon shape/border" but I have no clue how I would go about doing that (plus a box shadow too). I believe you could use clip-path maybe? But I'm not 100% sure..
EDIT: to be clearer, I’m trying to find a solution which allows for: responsiveness, border-radius around the abnormal shape a box-shadow too, which is more complex than some of the other questions,