Skip to content

Commit

Permalink
✨✨✨
Browse files Browse the repository at this point in the history
  • Loading branch information
pirateIV committed Jul 27, 2023
1 parent 76f50f0 commit da16be9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,11 @@ async function updateHeader() {
<a href="./movies.html">${button.outerHTML}</a>
</div>
</div>
</div>
<img class="mov-img br-30 shd btn position-absolute" style="right: 60px; top: 90px" src="${
img_path + poster_path
}" width="450" alt="" />
</div>
<img class="mov-img br-30 shd btn position-absolute" style="right: 60px; top: 90px" src="${
img_path + poster_path
}" width="450" alt="" />
`;

header.style.background = `
Expand Down

0 comments on commit da16be9

Please sign in to comment.