diff --git a/client/src/App.css b/client/src/App.css index b9d355d..9774d1a 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -5,6 +5,22 @@ text-align: center; } +header { + width: 100%; + height: 10%; + background: #ffffff; + padding: 20px 50px; + box-sizing: border-box; + position: fixed; + top: 0; + left: 0; + display: flex; + justify-content: space-between; + align-items: center; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); + z-index: 10; +} + .logo { height: 6em; padding: 1.5em; diff --git a/client/src/App.jsx b/client/src/App.jsx index 21a2e25..ce1838c 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -9,9 +9,11 @@ function App() { return (