Added album covers

This commit is contained in:
eworc778 2025-08-11 23:17:24 +01:00
parent 9a6d0af1ba
commit e5a42addf9
3 changed files with 27 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View File

@ -12,11 +12,9 @@
<a href="./index.php">
<div class="home-button">
<img src="./img/back.svg" style="height: 32px; width: 32px;">
<img src="./img/back.svg" style="height: 16px; width: 16px;">
</div>
</a>
<div class="centered-div intro-div">
@ -28,8 +26,7 @@
<div class="centered-div track-list-container" style="width: 100%;">
<div class="track-card" style="background-color: #bb9af7;">
<img class="album-art" src="./img/album-art/common-people.jpg">
<img class="album-art" src="./img/album-art/hits.jpg">
<div class="track-info">
<p>Common People</p>
<p>Hits</p>
@ -57,9 +54,7 @@
</div>
<div class="track-card" style="background-color: #f7768e;">
<img class="album-art" src="./img/album-art/more.jpg">
<div class="track-info">
<p>Grown Ups</p>
<p>More</p>
@ -67,6 +62,31 @@
</div>
</div>
<div class="track-card" style="background-color: #7aa2f7;">
<img class="album-art" src="./img/album-art/wish.jpg">
<div class="track-info">
<p>Friday I'm In Love</p>
<p>Wish</p>
<p>The Cure</p>
</div>
</div>
<div class="track-card" style="background-color: #ff9e64;">
<img class="album-art" src="./img/album-art/parklife.jpg">
<div class="track-info">
<p>Parklife</p>
<p>Parklife</p>
<p>Blur</p>
</div>
</div>
</div>