This commit is contained in:
Jackob_Punch 2023-09-30 20:04:25 +02:00
parent 3e73be3b03
commit 554228e917

View file

@ -89,18 +89,14 @@ a,
.userprofileimage {
position: absolute;
top: 0; /* Adjust as needed */
left: 0; /* Adjust as needed */
top: 22rem; /* Adjust as needed */
left: 15rem; /* 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;
}
@keyframes spin {
0% {
transform: rotate(0deg);