Files
tcc-vamos-frontend/src/pages/Perfil.css
2022-05-28 12:50:07 -05:00

16 lines
214 B
CSS

#avatar {
border-radius: 50%;
width: 100px;
height: 100px;
display: block;
margin-left: auto;
margin-right: auto;
}
#profile-status {
text-align: center;
}
IonIcon {
color: blue;
}