Skip to content

Commit

Permalink
Merge pull request #656 from harsh02mishra/add-logo
Browse files Browse the repository at this point in the history
Added the logo in navbar
  • Loading branch information
khushi-joshi-05 authored May 30, 2024
2 parents bbd1bf6 + ae916ea commit 64336f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file added Images/sitelogo.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@

<nav>
<div class="navigbar">
<div class="logo">Foodie</div>
<div class="logo">
<a href="index.html"><img src="Images/sitelogo.png" height="40" class="transparent-image"></a>
</div>
<button class="navbar-toggler" id="menu-toggle" aria-label="Toggle navigation">
<span class="bar"></span>
<span class="bar"></span>
Expand Down
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ body {
color: white;
font-size: 1.3rem;
}
.transparent-image{
opacity: 0.8;
}

/* Navbar link hover effect */
.navbar a:hover,
Expand Down

0 comments on commit 64336f6

Please sign in to comment.