Responsive view for position:absolute – Html
I am having a background image on top of that need to place sub images which will look like connection to a circuit. Current Result: .container { background-image: url('https://i.stack.imgur.com/AfygH.png'); height: 400px; background-position: center; background-size: stretch; background-repeat: no-repeat; } .coil {…