_avatar.css 270 Bytes
.avatar {
    line-height: 0;		/* remove line-height */
    display: inline-block;	/* circle wraps image */
    margin: 5px;
    border: 0.5px solid white;
    border-radius: 50%;	/* relative value */
    transition: linear 0.25s;
    height: 100px;
    width: 100px;
}