Update Website

This commit is contained in:
2024-04-14 04:12:30 -05:00
parent ffb0e62e01
commit 7420cfefd7
12 changed files with 129 additions and 8 deletions

BIN
media/Projects-Banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 KiB

After

Width:  |  Height:  |  Size: 430 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

View File

@@ -235,6 +235,21 @@ body {
background-position: 50% 50%;
}
.projects-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('./Projects-Banner.png');
background-blend-mode: darken;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.main1_logo_a {
margin-bottom: var(--nice-padding);
cursor: default;