diff --git a/public/index.html b/public/index.html index a4e0fac..c60e3b5 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,12 @@
-
+
+ +
diff --git a/public/style.css b/public/style.css index 01d4310..f93c2f3 100644 --- a/public/style.css +++ b/public/style.css @@ -20,3 +20,17 @@ body { flex-direction: column; } +nav { + display: flex; + justify-content: space-between; + align-items: center; + padding: 1rem 2rem; + background-color: #fff; + box-shadow: 0 2px 4px rgba(0,0,0,0.1); +} + +.logo { + font-size: 1.5rem; + font-weight: bold; + color: #2c3e50; +}