From 3bfb258c09150ea18bb34470959c9c86f7c9a8d9 Mon Sep 17 00:00:00 2001
From: sm4797 <sm4797@drexel.edu>
Date: Wed, 15 Feb 2023 16:47:01 +0000
Subject: [PATCH] Process of uploading project to GitLab

---
 index.css | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 index.css

diff --git a/index.css b/index.css
new file mode 100644
index 0000000..ed1c3bf
--- /dev/null
+++ b/index.css
@@ -0,0 +1,35 @@
+/* 
+
+HOME PAGE
+
+*/
+
+
+
+h1 {
+    text-align:center;
+    
+}
+
+#homePageJumbo {
+    background-color:#002f6c;
+    
+    
+    
+    
+}
+
+#homepageTitle {
+    color:#ffc915;
+    font-size:100px;
+}
+#homePageSlogan {
+    text-align:center;
+    color:#ffc915;
+    font-size:35px;
+    font-style:italic;
+    
+}
+
+
+/* implement cool thing on the slogan where it glows */
\ No newline at end of file
-- 
GitLab