Skip to content

Commit ad32b33

Browse files
committed
fix video source
1 parent c946d83 commit ad32b33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: 51-video background/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ <h2 class="logo">Travel</h2>
1313
<div class="toggle"></div>
1414
</header>
1515
<video
16-
src="https://traversymedia.com/downloads/videos/explore.mp4"
16+
src="https://designsupply-web.com/samplecontent/vender/codepen/20181014.mp4"
1717
muted
1818
loop
1919
autoplay
2020
></video>
21-
<!-- Video Source -->
22-
<!-- https://www.pexels.com/video/aerial-view-of-beautiful-resort-2169880/ -->
21+
<!-- Download Video Source and host the file on your own server -->
22+
<!-- For example: https://www.pexels.com/video/aerial-view-of-beautiful-resort-2169880/ -->
2323
<div class="overlay"></div>
2424
<div class="text">
2525
<h2>Never Stop</h2>

Diff for: 51-video background/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
22

33
:root {
4-
--overlay-color: #03a9f4;
4+
--overlay-color: #31385c;
55
}
66

77
* {

0 commit comments

Comments
 (0)