2023-08-25, 12:23 PM
(This post was last modified: 2023-08-25, 12:30 PM by AshipaEkO. Edited 2 times in total.
Edit Reason: added CSS
)
You mean something like the attached image?
https://imgur.com/a/pinESli
You can do that with this bit of CSS, but you will need to fix it. it puts the same logo on top of each library unfortunately, but since you know how to use CSS i'm sure you can fix it
obviously replace the images
https://imgur.com/a/pinESli
You can do that with this bit of CSS, but you will need to fix it. it puts the same logo on top of each library unfortunately, but since you know how to use CSS i'm sure you can fix it
obviously replace the images
Code:
#loginPage {
background: url(https://wallpapercave.com/wp/wp1946560.jpg), radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)) !important;
background-size: cover !important;
background-blend-mode: overlay;
}
.padded-left.padded-right.flex.align-items-center.justify-content-center {
background-image: url(https://i.imgur.com/kawOEKl.png);
background-size: contain;
padding-bottom: 30px;
height: 500px;
background-position: center;
background-repeat: no-repeat;
}