Create a Reverse Clip-Path – CSS or SVG
You can put the image above the blue part and you apply the clip-path on it then the result will be the same as if you have created a hole inside the blue part to see the image below: body { width: 100%; height: 100vh; padding: 0; margin: 0; display: flex; } #box { margin: … Read more