Skip to content

Commit

Permalink
fix: bg source typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholass003 committed May 19, 2024
1 parent 6252e97 commit 75ebfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h5>Lorem 6</h5>
<!-- Car0usel End -->

<!-- First Layout Start -->
<div id="first-layout" class="container-fluid background-layout d-flex justify-content-center align-items-center text-light" style="height: 500px; background-image: url('assets/images/background.jpg'); background-size: cover; background-position: center;">
<div id="first-layout" class="container-fluid background-layout d-flex justify-content-center align-items-center text-light" style="height: 500px; background-image: url('assets/images/Background.jpg'); background-size: cover; background-position: center;">
<button id="play-button" type="button" class="badge bg-dark text-wrap d-flex flex-column justify-content-center align-items-center" style="width: 12.5rem; height: 5rem; font-size: 2rem; position: relative; border-radius: 0.5rem;">
<span style="position: absolute; top: 40%; transform: translateY(-50%);">PLAY</span>
<span style="font-size: 0.8rem; margin-top: auto;">
Expand Down

0 comments on commit 75ebfab

Please sign in to comment.