generated from Seekra/repository-template
Add Navbar #14
@@ -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;
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user