My question is related to HTML images, where the image and text boxes change size and position when I resize the browser window. Can someone provide an explanation for this behavior?
#economy123{
position:absolute;
top:67%;
left:53%;
}
<div class="result-temp" >
<img id="economy123" src="{{ asset('assets/images/economy123.png') }}" >
</div>