Скругление углов

HTML

<img src="http://css-live.ru/wp-content/uploads/2017/06/web1.png" alt="" class="circle">

CSS

.circle {
  margin: 100px 100px;
  width: 350px;
  height: 100px;
}


.circle:hover {
  border-radius: 100%;
}