how to create avatar image using css code example
Example: Every user on your website has an image avatar that is displayed when
.avatar {
vertical-align: middle;
width: 150px;
height: 150px;
border-radius: 50%;
border: solid 2px gray;
}
.avatar {
vertical-align: middle;
width: 150px;
height: 150px;
border-radius: 50%;
border: solid 2px gray;
}