From 691235c38dba206d79b39506701a1c34b74a00c1 Mon Sep 17 00:00:00 2001 From: ElDoc-s Date: Thu, 13 Aug 2026 15:37:20 -0700 Subject: Added navbar --- index.html | 47 ++++++++++++++++++++++++++++++++++++++--------- neuarriero.css | 31 ++++++++++++++++++++++--------- 2 files changed, 60 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index a91341f..68c37d1 100644 --- a/index.html +++ b/index.html @@ -13,19 +13,48 @@

- NuArriero + El Arriero's Directory

Furry girls, computers, milshit, and art -
+ +
+
+ +
+ diff --git a/neuarriero.css b/neuarriero.css index 41db436..4726319 100644 --- a/neuarriero.css +++ b/neuarriero.css @@ -8,7 +8,7 @@ body { margin: 0; font-family:Verdana, Geneva, Tahoma, sans-serif; font-weight: bold; - + } header { @@ -22,17 +22,24 @@ header { header img { object-fit: cover; margin-right: 1rem; - height: 12rex; + height: 8rex; + align-items: center; } nav { - margin-top: 1rex; - background-color: white; - justify-content: flex-end; - flex-wrap: wrap; + display: flex; + flex-direction: row; + align-items: center; + font-size: 80%; } + nav a { - margin-top: 0; - padding: 0 1rem; + margin: 0 2rex; + display: flex; + flex-direction: row; + align-items: center; +} +nav img { + margin-right: 0.5rex; } header h1 { margin: 0; @@ -44,5 +51,11 @@ header h1 a { text-decoration: none; } hr { - color: white; + padding: 0; + margin: 0; + border-color: white; +} + +main { + padding-left: 1%; } -- cgit v1.2.3