I am trying to learn how to make a simple website in HTML. Currently I have created a background image that image has multiple shapes on it. I want different parts of the im
I agree with @Martin. The best option here is SVG. Your SVG can look like this: (I'm using your coords.)
*{margin:0;padding:0;} svg{width:100vh;border:1px solid;} svg *{fill:rgba(0, 255, 255, .4)}