Skip to content

Commit

Permalink
Update ex2.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokul-sami authored Sep 3, 2024
1 parent 40128f6 commit 0c3443d
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions Exercise 2/ex2.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,31 +48,19 @@ body{
transition: transform 0.1s ease-in-out;
}

/* Close Button */
.close-button {
background-color: rgb(152, 144, 144);
color: white;
border: none;
padding: 5px 10px;
font-size: 16px;
cursor: pointer;
border-radius: 5px;
margin-bottom: 10px;
float: right;

.close-button{
width: 1.5rem;
}

.close-button:hover {
background-color: #ff0000;
.close-button:hover{
transform: translateY(-2px);
}

/* Song Image */
.song-image img {
width: 215px;
border-radius: 10px;
}

/* Song Details */
.song-details {
margin-top: 20px;
text-align: center;
Expand All @@ -90,7 +78,6 @@ body{
color: rgb(147, 142, 142);
}

/* Song Audio Player */
.song-audio {
margin-top: 20px;
text-align: center;
Expand Down

0 comments on commit 0c3443d

Please sign in to comment.