CosmickVisions commited on
Commit
f7306b4
·
verified ·
1 Parent(s): 9cde5a5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -11,7 +11,7 @@
11
  margin: 0;
12
  padding: 0;
13
  background-color: #f4f4f4;
14
- background: url('/image/bg-video.mp4'), linear-gradient(135deg, rgba(245, 247, 250, 0.8) 0%, rgba(228, 232, 240, 0.8) 100%);
15
  background-size: cover;
16
  background-position: center;
17
  color: var(--text-color);
 
11
  margin: 0;
12
  padding: 0;
13
  background-color: #f4f4f4;
14
+ background: url('videos/bg-video.mp4'), linear-gradient(135deg, rgba(245, 247, 250, 0.8) 0%, rgba(228, 232, 240, 0.8) 100%);
15
  background-size: cover;
16
  background-position: center;
17
  color: var(--text-color);