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 */
|
bg-white border-t border-gray-200 /* top border for separation */
|
||||||
py-2 /* vertical padding */
|
py-2 /* vertical padding */
|
||||||
shadow-lg /* subtle drop shadow */
|
shadow-lg /* subtle drop shadow */
|
||||||
sm:hidden /* hide on small screens? remove if not needed */
|
">
|
||||||
">
|
|
||||||
<NavLink to="/" className={linkClasses}>
|
<NavLink to="/" className={linkClasses}>
|
||||||
Home
|
Home
|
||||||
</NavLink>
|
</NavLink>
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
@tailwind base;
|
||||||
|
@tailwind components;
|
||||||
|
@tailwind utilities;
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
|
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
Reference in New Issue
Block a user