diff options
| author | ElDoc-s <A01255172@tec.mx> | 2026-08-13 15:37:20 -0700 |
|---|---|---|
| committer | ElDoc-s <A01255172@tec.mx> | 2026-08-13 15:37:20 -0700 |
| commit | 691235c38dba206d79b39506701a1c34b74a00c1 (patch) | |
| tree | 956009e430848482204f588d871176b2a53a191b /neuarriero.css | |
| parent | 68cb7236df749e004b98321948e21bcd171dc774 (diff) | |
Added navbar
Diffstat (limited to 'neuarriero.css')
| -rw-r--r-- | neuarriero.css | 31 |
1 files changed, 22 insertions, 9 deletions
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%; } |
