As you can see in the picture, the woman is inside something similar to a rotated triangle with border-radius.
How can I create the triangle figure with css?
How do I get the woman into the figure, and then create “a overflow hidden effect” only on the bottom part as in the picture? As you can see her head is popping out at the top
The easiest option is to modify your image in your paint package assuming the image isn’t going to change.
If you want to insert multiple un-cropped images into that design then it is a lot more complex.
You could drop a transparent png image on top of those circle segments but your image would need to be the right shape or you could shape the image with clip-path for modern browsers (not IE or edge).
You could probably get some sort of design going using border radius on the image to round the bottom and then dropping the image on top of some circle segments (which themselves could be absolutely placed into position under the image).
Which image (or images) are you using for the main image? Post the image you want to use and then someone may be able to doctor it for you
When I add my person/image(png, transparent) over the shape it will overflow the shape on bottom left and bottom right. Is there any easy software/tool I can use to cut of the excess parts from the image/person so it looks like it’s within the shape??