Skip to content

Commit

Permalink
Merge pull request #737 from harsh02mishra/Add-logo
Browse files Browse the repository at this point in the history
Added logo in spotify clone webpage
  • Loading branch information
apu52 authored Jun 6, 2024
2 parents 623e000 + b6e34f8 commit 5b523bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file added Projects/Spotify_Clone/assets/Spotify.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Projects/Spotify_Clone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<div class="main">
<div class="sidebar">
<div class="nav">
<a href="index.html"><img src="assets/Spotify.PNG" class="logo"></a>
<div class="nav-option" style="opacity: 1;">
<i class="fa-solid fa-house"></i>
<a href="#">Home</a>
Expand Down
6 changes: 5 additions & 1 deletion Projects/Spotify_Clone/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ a {
text-decoration: none;
color: white;
}
.logo{
width:70%;
max-height: 80%;
}

.nav {
background-color: #121212;
Expand All @@ -64,7 +68,7 @@ a {
flex-direction: column;
justify-content: center;
height: 100px;
padding: 0.5rem 0.75rem;
padding: 2.5rem 0.75rem;
}

.nav-option {
Expand Down

0 comments on commit 5b523bd

Please sign in to comment.