Make a circular image with css

  CSS
/* Round images */
.circular img {
 border-radius: 50%;
}

LEAVE A COMMENT