-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 23971bf
Showing
6 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
<title>Tailwind project</title> | ||
</head> | ||
<body> | ||
<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"> | ||
<li class="list-none inline-block px-5"><a class="no-underline text-white px-2" href="#">Home</a></li> | ||
<li class="list-none inline-block px-5"><a class="no-underline text-white px-2" href="#">About</a></li> | ||
<li class="list-none inline-block px-5"><a class="no-underline text-white px-2"href="#">Features</a></li> | ||
<li class="list-none inline-block px-5"><a class="no-underline text-white px-2" href="#">Contact</a></li> | ||
</ul> | ||
<img class ="w-8 cursor-pointer" src="./assets/cart.png" alt="cart"> | ||
</nav> | ||
<div class="text-white mt-48 max-w-xl"> | ||
<h1 class="text-6xl font-semibold leading-normal">Groceries<br> Delivery in <span class="font-light">15mins</span> </h1> | ||
<p>Grocify offers a wide range of products,including fresh products such as meat, diary, baked goods and perishable items.</p> | ||
|
||
<div class="mt-10"> | ||
<a class="bg-yellow-300 rounded-3xl py-3 px-8 font-medium inline-block mr-4 hover:bg-transparent hover:border-yellow-300 hover:text-white duration-300 hover:border border border-transparent" href="#">Order Now!</a> | ||
<a class="" href="#">Download Now! <span class="text-lg inline-block rotate-90"> ➤</span></a> | ||
</div> | ||
|
||
</div> | ||
<div> | ||
<img src="./assets/grocery-image.png" class="w-full xl:w-1/2 xl:absolute bottom-0 right-20"> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Empty file.