From ca08e8d733bf579029d0706a721d40be8c892753 Mon Sep 17 00:00:00 2001
From: GideonBature <infoaboutgideon@gmail.com>
Date: Fri, 20 Oct 2023 09:56:30 +0000
Subject: [PATCH] fix code

---
 web_static/0-index.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/web_static/0-index.html b/web_static/0-index.html
index 32c6038..7376064 100644
--- a/web_static/0-index.html
+++ b/web_static/0-index.html
@@ -4,10 +4,11 @@
 		<title>AirBnB Clone</title>
 	</head>
 
-	<body style="display:flex; flex-direction: column; min-height: 100vh; margin: 0;">
-		<header style="color:#FF0000; height:70px; width:100%"></header>
+	<body style="margin: 0">
+		<header style="color:#FF0000; height:70px; width:100%;">
+		</header>
 
-		<footer style="color:#00FF00; height:60px; width:100%; display:flex; align-items:center; justify-content:center;">
+		<footer style="color:#00FF00; height:60px; width:100%;">
 			<p style="text-align: center;">Best School</p>
 		</footer>
 	</body>