Update website yipeeeeee

This commit is contained in:
2024-03-15 03:54:16 -05:00
parent 74240fe4a6
commit 0f61f8527b
6 changed files with 17 additions and 11 deletions

BIN
media/Credits-Banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

BIN
media/Team-Banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 400 KiB

View File

@@ -214,7 +214,22 @@ body {
align-items: center;
align-content: center;
justify-content: center;
background: rgba(0, 0, 0, .5) url('./credits.png');
background: rgba(0, 0, 0, .5) url('./Credits-Banner.png');
background-blend-mode: darken;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.team-background {
padding-top: calc(var(--nice-padding) + 2rem);
display:flex;
width: 100%;
align-self: center;
flex-direction: column;
align-items: center;
align-content: center;
justify-content: center;
background: rgba(0, 0, 0, .5) url('./Team-Banner.png');
background-blend-mode: darken;
background-repeat: no-repeat;
background-position: 50% 50%;