From 691235c38dba206d79b39506701a1c34b74a00c1 Mon Sep 17 00:00:00 2001 From: ElDoc-s Date: Thu, 13 Aug 2026 15:37:20 -0700 Subject: Added navbar --- neuarriero.css | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) (limited to 'neuarriero.css') 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