<img src="pastelinkhere"></img>
if you want to resize, you can by adding something like width="#px" or height="#px" so like
<img src="pastelinkhere" width="20px" height="10px"></img>
if you want to make it so that it has a border radius or it matches your layout just add a div
<div class="banners">
<img src="pastelinkhere" width="20px" height="10px"></img>
<img src="pastelinkhere" width="20px" height="10px"></img>
</div>
.banners img{border-radius: 10px}