From 1341fc4cdbf83d98c51420ad82665a58b7618a42 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Mon, 2 Dec 2024 23:21:17 -0500 Subject: [PATCH] Testing display flex for header --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 8faef01..77b9e63 100644 --- a/styles.css +++ b/styles.css @@ -31,6 +31,7 @@ nav ul li a { text-decoration: none; } header { + display: flex; justify-content: center; /* Center content horizontally */ align-items: center; /* Center content vertically */ background-color: #024959;