diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..6f3a2913 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git "a/SHAZAM! C\306\240N TH\341\273\212NH N\341\273\230 C\341\273\246A C\303\201C V\341\273\212 TH\341\272\246N - Official Trailer 2/video.mp4" "b/SHAZAM! C\306\240N TH\341\273\212NH N\341\273\230 C\341\273\246A C\303\201C V\341\273\212 TH\341\272\246N - Official Trailer 2/0626.mp4" similarity index 68% rename from "SHAZAM! C\306\240N TH\341\273\212NH N\341\273\230 C\341\273\246A C\303\201C V\341\273\212 TH\341\272\246N - Official Trailer 2/video.mp4" rename to "SHAZAM! C\306\240N TH\341\273\212NH N\341\273\230 C\341\273\246A C\303\201C V\341\273\212 TH\341\272\246N - Official Trailer 2/0626.mp4" index 7e6eb5d3..92e5e903 100644 Binary files "a/SHAZAM! C\306\240N TH\341\273\212NH N\341\273\230 C\341\273\246A C\303\201C V\341\273\212 TH\341\272\246N - Official Trailer 2/video.mp4" and "b/SHAZAM! C\306\240N TH\341\273\212NH N\341\273\230 C\341\273\246A C\303\201C V\341\273\212 TH\341\272\246N - Official Trailer 2/0626.mp4" differ diff --git a/html/index.html b/html/index.html index 181b8ceb..2a241f15 100644 --- a/html/index.html +++ b/html/index.html @@ -8,17 +8,16 @@ - - +
-
-
- + +
+

Coming soon

+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ + + - - - - \ No newline at end of file + \ No newline at end of file diff --git a/src/main.css b/src/main.css index b6f63bae..983cbe31 100644 --- a/src/main.css +++ b/src/main.css @@ -5,6 +5,11 @@ .slider{ height:617px; } +img{ + height:100%; + width:100%; + border-radius:8px; +} .video-trailde::before{ content: ""; @@ -22,7 +27,6 @@ position:relative; } .bg-o-b{ - background: -webkit-linear-gradient(270deg, rgba(255, 111, 0, 0.83) 0%, rgba(107, 46, 0, 0.71) 50%, #000000 100%); height: 100%; position:absolute; @@ -38,6 +42,28 @@ background-color: rgba(255, 111, 0, 1); box-shadow: 3px 3px 10px 3px rgba(69, 68, 68, 0.26) ); } -.top-charts{ - width:999px; + +.one,.two,.three,.four,.five{ + -webkit-text-fill-color: #000; + -webkit-text-stroke-width: 3px; + -webkit-text-stroke-color: #555; + font-size: 254px; + font-weight: 800; + left: -10px; + line-height: 254px; + position: absolute; + text-align: center; + top: 0px; + z-index: -1; +} +.collection{ + background: -webkit-linear-gradient(256deg, rgba(255, 111, 0, 0.83) 0%, rgba(107, 46, 0, 0.71) 50%, #000000 100%); + width:100%; + height: 100%; + left: 0; + top: 0; +} +.bg-img{ + background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(255, 255, 255, 0) 100%); + } \ No newline at end of file