CodingHsun commited on
Commit
a83c1f4
·
verified ·
1 Parent(s): b5a46df

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -5
index.html CHANGED
@@ -33,11 +33,13 @@
33
  }
34
 
35
  .video-card {
36
- background: white;
37
- box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
38
- border-radius: 8px;
39
- overflow: hidden;
40
- }
 
 
41
 
42
  .video-card video {
43
  width: 100%;
 
33
  }
34
 
35
  .video-card {
36
+ max-width: 600px;
37
+ margin: 0 auto;
38
+ background: white;
39
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
40
+ border-radius: 8px;
41
+ overflow: hidden;
42
+ }
43
 
44
  .video-card video {
45
  width: 100%;