Clickable areas of image - even when screen changes sizes html

后端 未结 2 1953
梦如初夏
梦如初夏 2021-01-14 10:16

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

2条回答
  •  粉色の甜心
    2021-01-14 10:58

    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)}
    
       
      
      
      
      
      
      
         

提交回复
热议问题