Skip to content

Commit b1eebe5

Browse files
committed
add youtube video
1 parent 0fecf15 commit b1eebe5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/views/home.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
iconPos="left"
6969
></Button> -->
7070
</div>
71+
<div class="video">
72+
<iframe width="560" height="315" src="https://www.youtube.com/embed/akMziFN6PFA?si=RCAfSgOMLtBoj_jF" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
73+
</div>
7174
</div>
7275
</div>
7376
</div>
@@ -448,6 +451,13 @@ const interval = setInterval(() => {
448451
justify-content: center;
449452
}
450453
454+
.video {
455+
margin-top: 24px;
456+
display: flex;
457+
align-items: center;
458+
justify-content: center;
459+
}
460+
451461
.hero-description {
452462
font-size: 1.25rem;
453463
margin-top: 1.5rem;

0 commit comments

Comments
 (0)