Merge pull request 'Add Navbar' (#14) from feature/add-navbar into main

Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2026-05-02 23:16:02 +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"> <meta name="description" content="The Seekra search engine">
<title>Seekra</title> <title>Seekra</title>
<link rel="stylesheet" href="assets/style/main.css" /> <link rel="stylesheet" href="assets/style/main.css" />
<link rel="stylesheet" href="assets/style/nav/navbar/navbar.css" />
</head> </head>
<body> <body>
<nav class="global-nav">
<ul>
<li class="nav-item">
Seekra
</li>
</ul>
</nav>
<header> <header>
<h1>Seekra</h1> <h1>Seekra</h1>
<p> <p>