How can i insert image in center of div? this is my html file:
.navbar1 img{
width: 50px;
height: 50px;
}
<div class="navbar1">
<a href="#end"><img src="down-button.png" alt="به پایین بروید"></a>
</div>
i want to add this image in center of my div.
i add this line to my css file but dont work:
display: block;
margin-left: auto;
margin-right: auto;