Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokul-sami committed Sep 5, 2024
1 parent e365f60 commit 33f2b1c
Show file tree
Hide file tree
Showing 21 changed files with 100 additions and 230 deletions.
39 changes: 39 additions & 0 deletions Bootstrap/boots.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
body{
background-color: rgb(0, 0, 0);
}
.header{
text-align: center;
padding: 10px;
}
.popular-songs{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
gap: 10px;
}
.popular-song-name{
color: white;
}
.popular-song-name, .popular-singer-name{
margin-top: 0px;
margin-bottom: 0px;
word-wrap: normal;
}
.popular-singer-name{
color: rgb(152, 144, 144);
}
*{
color: #7827e7;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.cover{
border-style: solid;
border-color: white;
border-width: 4px;
border-radius: 10%;
}
.cover:hover, .popular-song-name:hover {
color: #7827e7;
border-color: #7827e7;
}

288 changes: 58 additions & 230 deletions Bootstrap/boots.html

Large diffs are not rendered by default.

Binary file added Bootstrap/images/Annotation 2024-09-02 231230.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/agora hills.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Bootstrap/images/arrow-left-square-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/astronaut in the ocean.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/cold.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/collide.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/darkside.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/die for you.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/do i wanna know.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/electric love.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/fein.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/gurenge.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/here.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/jericho.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/motley crew.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/promiscuous.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/snap.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/swim.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bootstrap/images/tadow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33f2b1c

Please sign in to comment.