This commit is contained in:
2026-01-19 23:44:32 -06:00
commit 11bd5aa72b
64 changed files with 13433 additions and 0 deletions

27
src/userprofile.css Normal file
View File

@@ -0,0 +1,27 @@
.info {
padding: 1rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
#userProfile {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: x-large;
gap: 0.5rem;
padding: 0.5rem;
border-radius: 0.5rem;
background-color: var(--color2);
color: var(--dark);
}
#userProfile img {
width: 3rem;
height: 3rem;
border-radius: 20%;
}