trying to implement the navbar
This commit is contained in:
@@ -13,8 +13,7 @@ export default function Navbar() {
|
||||
bg-white border-t border-gray-200 /* top border for separation */
|
||||
py-2 /* vertical padding */
|
||||
shadow-lg /* subtle drop shadow */
|
||||
sm:hidden /* hide on small screens? remove if not needed */
|
||||
">
|
||||
">
|
||||
<NavLink to="/" className={linkClasses}>
|
||||
Home
|
||||
</NavLink>
|
||||
|
@@ -1,3 +1,7 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
:root {
|
||||
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
|
||||
line-height: 1.5;
|
||||
|
Reference in New Issue
Block a user