From eff74b6fe996b852ec11782a717a6973de1bd68f Mon Sep 17 00:00:00 2001
From: sm4797 <sm4797@drexel.edu>
Date: Thu, 2 Mar 2023 17:25:33 +0000
Subject: [PATCH] Update index.css, about.html

---
 about.html | 4 ++--
 index.css  | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/about.html b/about.html
index c4b9ff9..848397e 100644
--- a/about.html
+++ b/about.html
@@ -51,8 +51,8 @@
                 </div>
                 <span class="navbar-brand h1"><img id="drexel_dragon"src="drexel_dragon.png"></span>
             </nav>     
-        <div class="sub_section" id="restaurants_section">
-            <h1>Restaurants</h1>
+        <div class="sub_section" id="about_section">
+            <h1>About Us</h1>
         
         
         </div>
diff --git a/index.css b/index.css
index d9b619b..e294105 100644
--- a/index.css
+++ b/index.css
@@ -336,6 +336,10 @@ h1 {
     background-color:orange;
 }
 
+#about_section {
+    background-color:#002f6c;
+}
+
 
 /* side pages */
 
-- 
GitLab