Untitled

 avatar
unknown
plain_text
2 years ago
237 B
4
Indexable
.anime-photo {zero two}
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.anime-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

Editor is loading...