Skip to content

Commit

Permalink
Fixed hover issue on hollywood playlist (#84)
Browse files Browse the repository at this point in the history
* fixed hover issue on hollywood playlist

* fixed typo in css
  • Loading branch information
RehanChalana authored Jan 4, 2024
1 parent b272fa5 commit bbba79b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <h1>
</div>
<h3 style="padding-bottom: 60px;">Top Picks</h3><br>
<div class = "section-brake">
<a href="./Pages/hollysongs.html">
<a href="./Pages/hollysongs.html" class="playlist-page-link">
<div class="playlist-card" onclick="loadfirstsong(0)">
<img class="playlist-cover" src="homepage/TopHollywoodHits.jpg" alt="Playlist Cover">
<div class="playlist-details">
Expand Down
6 changes: 6 additions & 0 deletions swetify.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ body {
color: #ffc400;
}

.playlist-page-link:hover{
text-decoration: none;
}


.playlist-card ,.artist-card{
margin: 50px;
Expand Down Expand Up @@ -147,11 +151,13 @@ body {
width: 100%;
height: 200px;
object-fit: cover;
cursor: initial;
}


.playlist-details {
padding: 16px;
cursor: text;
}

.playlist-title {
Expand Down

0 comments on commit bbba79b

Please sign in to comment.