Skip to content

Commit

Permalink
Fix: path for piano theme in styles css
Browse files Browse the repository at this point in the history
  • Loading branch information
anisharma07 committed Jul 22, 2024
1 parent 1a4342a commit c006f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Games/Piano/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {
justify-content: center;
align-items: center;
height: 100vh;
background-image: url("./music5.png");
background-image: url("./theme/music1.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
Expand Down

0 comments on commit c006f20

Please sign in to comment.