Skip to content

Commit

Permalink
65and72
Browse files Browse the repository at this point in the history
  • Loading branch information
saisupraj04 authored Dec 16, 2023
1 parent fcc39a6 commit b4433aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Assignments/CB.EN.U4CYS22065/ui/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -708,3 +708,13 @@ header .song_side .all_song .al_song li h5 #artist {
#repeat.active {
color: #36e2ec;
}
footer{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: rgb(52, 47, 47);
color: white;
text-align: center;
}

0 comments on commit b4433aa

Please sign in to comment.