From 4b9ce074ccf6b87fbf6bf1e155237ac65f21ddb8 Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Mon, 26 Aug 2024 12:54:21 +0000
Subject: [PATCH] what if

---
 static/homepage.css  | 12 ++++++------
 wiki/pages/home.html |  5 +++++
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/static/homepage.css b/static/homepage.css
index dd6e383..bdc1cf2 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -617,22 +617,22 @@
     height: 35px;
     opacity: 0;
     transition: all 0.5s linear;
-}
-.homepage-content4{ */
+}*/
+.homepage-content4{ 
     /* it's a subtitle content */
-    /* top: 2864px;
+    top: 2864px;
     width: 560px;
     height: 190px;
-    font-family: Arlon;
+    font-family: SourceSansPro;
     font-size: 135px;
     font-style: normal;
     font-weight: 600;
     color: transparent;
-    -webkit-text-stroke: 1px #F8F0E8;
+    -webkit-text-stroke: 1px #05BE85;
     opacity: 0;
     transition: all 0.7s linear;
 }
-.homepage-content5{
+/*.homepage-content5{
     top: 3805px;
     width: 400px;
     height: 65px;
diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index 8831366..cec3884 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -108,6 +108,11 @@
 
     <div class="homepage-content-img4 homepage-elements reveal" id="homepage-content-img4"></div>
 
+    <div class="homepage-content4 homepage-elements reveal">
+      What if
+      <span style="font-family:'Courier New', Courier, monospace">?</span>
+  </div>
+
 
 
 </div>
-- 
GitLab