diff --git a/src/assets/style/nav/navbar/navbar.css b/src/assets/style/nav/navbar/navbar.css new file mode 100644 index 0000000..2595634 --- /dev/null +++ b/src/assets/style/nav/navbar/navbar.css @@ -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; +} diff --git a/src/index.html b/src/index.html index 9414aaa..5d8d36e 100644 --- a/src/index.html +++ b/src/index.html @@ -21,8 +21,17 @@ limitations under the License. Seekra + + +

Seekra