Add Navbar #14

Merged
jakob.scheid merged 10 commits from feature/add-navbar into main 2026-05-02 23:16:03 +02:00
2 changed files with 32 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
.global-nav {
display: flex;
justify-content: center;
padding: 10px 0;
border-bottom: 1px solid #000000;
}
.global-nav ul {
display: flex;
list-style: none;
margin: 0;
padding: 0;
gap: 30px;
}
.nav-item a {
text-decoration: none;
color: black;
}
.nav-item a:hover {
text-decoration: underline;
}
+9
View File
@@ -21,8 +21,17 @@ limitations under the License.
<meta name="description" content="The Seekra search engine">
<title>Seekra</title>
<link rel="stylesheet" href="assets/style/main.css" />
<link rel="stylesheet" href="assets/style/nav/navbar/navbar.css" />
</head>
<body>
<nav class="global-nav">
<ul>
<li class="nav-item">
Seekra
</li>
</ul>
</nav>
<header>
<h1>Seekra</h1>
<p>