added profile page and about
This commit is contained in:
parent
a5c33b47c5
commit
f081466274
8 changed files with 57 additions and 2 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue