From c1cc7dd11f8e01e4dbc00874bc6818e3892cfed1 Mon Sep 17 00:00:00 2001
From: Shraddha <ShraddhaRaghuram@student.tudelft.nl>
Date: Thu, 12 Sep 2024 21:17:53 +0200
Subject: [PATCH] what if

---
 static/homepage.css |  4 ++--
 static/page.css     | 18 +++++++++---------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/static/homepage.css b/static/homepage.css
index 837e662..f41f92a 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -771,11 +771,11 @@ homepage-content-img5 {
     transition: all 0.5s linear;
 }
 .homepage-content6 {
-    top: 4000px;
+    top: 5000px;
     width: 1000px;
     height: 100px;
     font-family: SourceSansPro;
-    font-size: 135px;
+    font-size: 100px;
     font-style: normal;
     font-weight: 600;
     /* color: transparent; */
diff --git a/static/page.css b/static/page.css
index a93be8c..edf81bd 100644
--- a/static/page.css
+++ b/static/page.css
@@ -19,7 +19,7 @@ body{
     font-family: 'Courier New', Courier, monospace;
 }
 
-.homepage-content1{
+/* .homepage-content1{
     top: 900px;
     transform: translateX(28%);
     width: 440px;
@@ -74,11 +74,11 @@ body{
     font-style: normal;
     font-weight: 600;
     /* color: transparent; */
-    -webkit-text-stroke: 2px #05BE85;
+    /* -webkit-text-stroke: 2px #05BE85;
     opacity: 0;
     transition: all 0.7s linear;
-}
-.homepage-content7 {
+} */
+/* .homepage-content7 {
     top: 5100px;
     width: 1000px;
     height: 65px;
@@ -88,9 +88,9 @@ body{
 .homepage-content8 {
     top: 5700px;
     width: 1000px;
-    height: 65px;
+    height: 65px; */
     /* transform: translateX(-110%); */
-    opacity: 0;
+    /* opacity: 0;
     transition: all 0.5s linear;
 }
 
@@ -162,7 +162,7 @@ body{
     -webkit-text-stroke: 1px #185A4F;
     opacity: 0;
     transition: all 0.5s linear;
-}
+} 
 
 .pagecontainer{
     position: relative;
@@ -193,7 +193,7 @@ body{
     line-height: normal;
     color: #05BE85;
     /* -webkit-text-stroke: 3px black; */
-}
+/* }
 .pagecontainer>.title>p{
     text-align: left;
     margin-top: 35px;
@@ -205,7 +205,7 @@ body{
     line-height: normal;
     color: #05BE85;
     text-align: justify;
-}
+}  */
 
 .pagebody {
     width: 100%;
-- 
GitLab