Skip to content

Commit

Permalink
Merge pull request #52 from farehax/farehaa
Browse files Browse the repository at this point in the history
popular section changes added issue no#50
  • Loading branch information
adityakmrmishra authored Oct 22, 2023
2 parents cb5228d + ca14839 commit 34694c8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
10 changes: 10 additions & 0 deletions Geet.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"liveServer.settings.port": 5501
}
}
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@ <h4>Popular Artists</h4>
<li>
<img src="img/arjit.jpg" alt="Arjit Singh" title="Arjit Singh">
</li>
<br>
<br>
<li>
<img src="img/alan.jpg" alt="Alan Walker" title="Alan Walker">
</li>
Expand Down
10 changes: 7 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -893,11 +893,15 @@ header .song_slide .popular_artists .items li {
}

header .song_slide .popular_artists .items li img {
width: 100%;
width: 100%;
height: 100%;
border-radius: 50%;
position: absolute;
object-fit: cover;
}

box-shadow:2px 4px 3px 0px rgb(85, 79, 79);
}

header .song_slide .popular_artists .items li img:hover{
filter: grayscale(0);
transform: scale(1.3) rotate(7deg);
}

0 comments on commit 34694c8

Please sign in to comment.