Skip to content

Commit

Permalink
Update index.htm
Browse files Browse the repository at this point in the history
  • Loading branch information
avantika-rawat authored Aug 26, 2024
1 parent 2d7dbf6 commit d272033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Grocify</title>
</head>
<body>
<div class="container min-h-screen bg-[url(./assets/Image.png)] bg-center bg-cover px-28 py-5 relative">
<div class="container min-h-screen bg-[url(./assets/image.png)] bg-center bg-cover px-28 py-5 relative">
<nav class="flex items-center">
<img class="w-40 cursor-pointer" src="./assets/logo.png" alt="logo">
<ul class="flex-1 text-center">
Expand All @@ -34,4 +34,4 @@ <h1 class="text-6xl font-semibold leading-normal">Groceries<br> Delivery in <spa
</div>
</div>
</body>
</html>
</html>

0 comments on commit d272033

Please sign in to comment.