File tree Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments