Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
affancoder authored Aug 19, 2024
1 parent 333e921 commit 3f8f45a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Music Play</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="assests/logo.png" class="rel">
<link rel="icon" href="assests/logo1.jpg" class="rel">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/gsap.min.js"></script>
</head>

<body>
<!-- Navbar Start -->
<nav>
<ul>
<a href="/"><li class="brand"><img src="assests/logo.png" alt="spotify" />Music Play</li></a>
<a href="/"><li class="brand"><img src="assests/logo1.jpg" alt="spotify" />Music Play</li></a>
<li>Home</li>
<li>About</li>
</ul>
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ nav ul a {
background-size: cover;
}

nav img{
width: 50px;
border-radius: 50%;
}

img:hover {
cursor: pointer;
}
Expand Down

0 comments on commit 3f8f45a

Please sign in to comment.