Skip to content

Commit

Permalink
added navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
xyryc committed Oct 12, 2024
1 parent f264c4e commit 9281fcc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tasty-hut-api.surge.sh
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Live Link: <a href='https://xyryc.github.io/Tasty-Hut-meal-api'>Tasty Hut </a>

Live Link: <a href='tasty-hut-api.surge.sh'>Tasty Hut (Backup)</a>
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
</head>
<body class="font-poppins">
<header>
<nav>
<h1>Tasty Hut</h1>
<button>Sign Up</button>
<!-- navbar -->
<nav class="w-11/12 mx-auto flex justify-between items-center my-[30px] ">
<h1 class="text-2xl font-bold">Tasty Hut</h1>
<button class="text-xl font-bold px-10 py-4 rounded-lg bg-[#FFC107]">Sign Up</button>
</nav>
</header>

Expand Down
Empty file added tailwind.config.js
Empty file.

0 comments on commit 9281fcc

Please sign in to comment.