added profile page and about

This commit is contained in:
Jackob_Punch 2023-09-30 19:34:06 +02:00
parent a5c33b47c5
commit f081466274
8 changed files with 57 additions and 2 deletions

View file

@ -99,3 +99,17 @@ a, .btn-link {
.loading-progress-text:after {
content: var(--blazor-load-percentage-text, "Loading");
}
.userprofileimage{
position: absolute;
top: 0; /* Adjust as needed */
left: 0; /* Adjust as needed */
z-index: 1; /* Place the profile picture above the background image */
max-width: 200px;
max-height: 200px;
border-radius: 200px;
}
.background{
position: relative;
}