diff --git a/img/LIVE-dark.png b/img/LIVE-dark.png new file mode 100644 index 0000000..1e469f5 Binary files /dev/null and b/img/LIVE-dark.png differ diff --git a/img/LIVE-yellow.png b/img/LIVE-yellow.png new file mode 100644 index 0000000..9f2d571 Binary files /dev/null and b/img/LIVE-yellow.png differ diff --git a/index.html b/index.html index 5eee23c..d4ff301 100644 --- a/index.html +++ b/index.html @@ -22,40 +22,43 @@ z-index: 2; width: 40vh; } - .bg-image-1 { + + .image-container { position: absolute; height: 100%; width: 100%; - object-fit: cover; - } - .bg-image-2 { - position: absolute; - height: 80%; - width: 80%; - object-fit: cover; } - .bg-image-3 { + + .image-container img { position: absolute; - height: 60%; - width: 60%; + height: 100%; + width: 100%; object-fit: cover; } - .black-overlay { + + .image-container .overlay { position: absolute; height: 100%; width: 100%; - background: radial-gradient(circle at center, transparent, rgba(0,0,0,0.7) 70%); - z-index: 1; + background: radial-gradient(circle at center, transparent, rgba(21,15,2,0.8) 70%); }
- - - -
- +
+ +
+
+
+ +
+
+
+ +
+
+
\ No newline at end of file