Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit de64070

Browse files
committedOct 29, 2024
29.10.2024
1 parent 8214145 commit de64070

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed
 

‎01.bg-video/assets/Credit.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Video by Yaroslav Shuraev:
2-
https://www.pexels.com/video/drone-flying-over-the-mountain-peak-4763824/
2+
https://www.pexels.com/video/night-highway-timelapse-in-sweden-28759029/
3+
4+
https://www.pexels.com/video/a-woman-reading-a-book-7809675/
Binary file not shown.

‎01.bg-video/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<section class="hero">
1111
<video autoplay loop muted plays-inline class="back-video">
1212
<!-- change the video to your own -->
13-
<source src="assets/video.mp4" />
13+
<source src="assets/video2.mp4" />
1414
</video>
1515

1616
<section class="content">

‎01.bg-video/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.hero {
99
width: 100%;
1010
height: 100vh;
11-
background-image: linear-gradient(rgba(12, 3, 51, 0.3), rgba(12, 3, 51, 0.3));
11+
background-image: linear-gradient(rgba(52, 9, 243, 0.3), rgba(190, 231, 5, 0.3));
1212
position: relative;
1313
padding: 0 5%;
1414
display: flex;

0 commit comments

Comments
 (0)
Please sign in to comment.