/* BG over the image */ .wrapper { width: 300px; height: 300px; background: radial-gradient(center, transparent 0, #FFF 100%); } .wrapper>img { position: relative; z-index: -1; }
<div class="wrapper"> <img src="http://placekitten.com/300/300"/> </div>