Skip to content

Commit c2a3352

Browse files
committed
more divs should fix this
1 parent 5916f03 commit c2a3352

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

index.html

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,34 @@
1919
</head>
2020
<body>
2121
<div
22-
id="container"
2322
style="
23+
position: absolute;
24+
top: 0;
25+
left: 0;
2426
width: 100vw;
2527
height: 100vh;
26-
overflow: hidden;
2728
display: flex;
2829
justify-content: center;
2930
align-items: center;
30-
position: absolute;
31-
top: 0;
32-
left: 0;
33-
z-index: -11;
3431
"
3532
>
36-
<video
37-
id="background"
38-
style="width: 1100px; height: 200px; object-fit: cover"
39-
></video>
33+
<div
34+
id="container"
35+
style="
36+
width: 1100px;
37+
height: 300px;
38+
overflow: hidden;
39+
display: flex;
40+
justify-content: center;
41+
align-items: center;
42+
z-index: -11;
43+
"
44+
>
45+
<video
46+
id="background"
47+
style="width: 1100px; height: 200px; object-fit: cover"
48+
></video>
49+
</div>
4050
</div>
4151
<object
4252
id="logo"

0 commit comments

Comments
 (0)