Avatar

Avatar of the person Avatar of the person
<img
  src="./assets/images/avatar-200.jpg"
  class="avatar"
  alt="Avatar of the person"
/>
.avatar {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 102px;
  height: 102px;
}

.avatar_preview {
  width: 160px;
  height: 160px;
}