Skip to content

Commit

Permalink
Fixed header item-price
Browse files Browse the repository at this point in the history
  • Loading branch information
VinodV23 committed Aug 11, 2024
1 parent f32e3f2 commit bfe2639
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions source/item-price.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,22 @@

<body>
<header>
<img src="./assets/images/final-icon1.png" alt="placeholder icon" width="70" height="70" title="&#x1F60E">
<img id="home-button-logo" src="./assets/images/final-icon1.png" alt="placeholder icon" width="70" height="70" title="&#x1F60E" onclick="location.href='./index.html';">
<h1>Go Go Grocery</h1>
<a>Search</a>
<a href="./make-list.html">Shopping List</a>
<a href="./user-page.html">Sign In</a>
<div class="header-links">
<div class="icon+link">
<img src="./assets/images/search-icon-black.png" width="20" height="20">
<a href="./user-page.html">Search Items</a>
</div>
<div class="icon+link">
<img src="./assets/images/cart3.png" width="20" height="20">
<a href="./make-list.html">Shopping List</a>
</div>
<div class="icon+link">
<img src="./assets/images/person-icon.png" width="20" height="20">
<a href="./user-page.html">Sign In</a>
</div>
</div>
</header>

<main>
Expand Down

0 comments on commit bfe2639

Please sign in to comment.