From 59c3b092f36a00753781890510495f809b39f73e Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 19 Nov 2025 15:08:04 -0500 Subject: [PATCH] Update : Nav style --- www/css/style.css | 25 +++++++++++++++++++++++-- www/index.html | 2 ++ 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index c850b79..9df0d91 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -8,13 +8,34 @@ padding: 0; } +nav { + display: flex; + background-color: #13172c; + justify-content: space-between; +} + nav ul { display: flex; - background-color: #13172C; + list-style: none; + align-items: center; + text-align: right; +} + +nav ul li a { + color: #FFEFE5; + text-decoration: none; } nav ul li { - width: 15%; + width: 12,5%; + padding: 0 60px; + +} + +nav img { + max-width: 220px; + max-height: 60px; + justify-content: left; } /****************************/ diff --git a/www/index.html b/www/index.html index 2329875..817b35d 100644 --- a/www/index.html +++ b/www/index.html @@ -10,6 +10,8 @@