Skip to content

Commit

Permalink
Update elevatorPitch.html
Browse files Browse the repository at this point in the history
added div container to video element
  • Loading branch information
lawallanre00490038 authored Aug 20, 2023
1 parent 8ea270f commit fc916c4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions elevatorPitch.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ <h1>My Elevator Pitch</h1>
</header>
<span class="image main"><img src="#" alt="" /></span>
<!-- Pitch Video here -->
<video controls width="40%" height="40%">
<source src="assets/pitchvideo.mp4" type="video/mp4">
</video>
<div class="video-container">
<video controls width="40%" height="40%">
<source src="assets/pitchvideo.mp4" type="video/mp4">
</video>
</div>
</div>
</section>

Expand Down

0 comments on commit fc916c4

Please sign in to comment.