css
This commit is contained in:
parent
3e73be3b03
commit
554228e917
1 changed files with 2 additions and 6 deletions
|
@ -89,18 +89,14 @@ a,
|
||||||
|
|
||||||
.userprofileimage {
|
.userprofileimage {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0; /* Adjust as needed */
|
top: 22rem; /* Adjust as needed */
|
||||||
left: 0; /* Adjust as needed */
|
left: 15rem; /* Adjust as needed */
|
||||||
z-index: 1; /* Place the profile picture above the background image */
|
z-index: 1; /* Place the profile picture above the background image */
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
border-radius: 200px;
|
border-radius: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.background {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes spin {
|
@keyframes spin {
|
||||||
0% {
|
0% {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
|
|
Loading…
Reference in a new issue