Developing: Custom backgrounds

This commit is contained in:
SethBurkart123
2023-10-08 07:44:26 +11:00
parent 6cd1e59fa7
commit 44025ecfa0
12 changed files with 465 additions and 638 deletions
+6
View File
@@ -19,4 +19,10 @@
top: 80px;
height: 590px;
z-index: 20;
}
.imageBackground {
width: 100%;
height: 100%;
object-fit: cover;
}