Create a rounded shape for initials_avatar div.

PHOTO EMBED

Mon May 15 2023 09:19:53 GMT+0000 (Coordinated Universal Time)

Saved by @JISSMONJOSE #javascript #html #css #typescript #react.js

.initials-avatar {
    background-color: #023979;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 38px;
    height: 38px;
}
content_copyCOPY