79194350

Date: 2024-11-16 01:19:42
Score: 1
Natty:
Report link

Do it like that, Its working.

.parent {
    position: relative;
    background-color:#ddd;
    width:200px;           
    height:100px; 
}

#image {
    position: absolute;
    top:20px;
    left:20px;
    right: 20px;
}
<div class="parent" >
    <img id="image" src="x">
</div>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 7Berlin