diff --git a/aboutus.html b/aboutus.html index 9207dcb..0642686 100644 --- a/aboutus.html +++ b/aboutus.html @@ -52,7 +52,7 @@
-
+
diff --git a/index.html b/index.html index b79f3e9..5c6f0c3 100644 --- a/index.html +++ b/index.html @@ -214,12 +214,3 @@
- - diff --git a/media/Credits-Banner.png b/media/Credits-Banner.png new file mode 100644 index 0000000..112d277 Binary files /dev/null and b/media/Credits-Banner.png differ diff --git a/media/Team-Banner.png b/media/Team-Banner.png new file mode 100644 index 0000000..a315c39 Binary files /dev/null and b/media/Team-Banner.png differ diff --git a/media/credits.png b/media/credits.png deleted file mode 100644 index 09f729b..0000000 Binary files a/media/credits.png and /dev/null differ diff --git a/media/style.css b/media/style.css index 0bf8b65..9b8edfb 100644 --- a/media/style.css +++ b/media/style.css @@ -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%;