From a54dbe3e1fde90f3a05f195325eea1609eea489f Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Mon, 30 Sep 2024 15:03:39 +0200 Subject: [PATCH] everything fixed except footer --- static/homepage.css | 28 ++++++++++++++-------------- wiki/pages/home.html | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/static/homepage.css b/static/homepage.css index 083ba00..8d4b47a 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -281,20 +281,20 @@ transition: all 0.5s linear; } */ .homepage-content-img3 { - top: 2500px; - transform: translateX(0%); - width: 800.188px; - height: 500.688px; - flex-shrink: 0; - /* border: 0.677px solid #FFF; */ - border-radius: 33.854px; - background: url(https://static.igem.wiki/teams/5054/population-growth.gif); - background-size: 85%; - background-repeat: no-repeat; - background-position: bottom 63px right 30px; - /* background-color: black; */ - opacity: 0; - transition: all 0.5s linear; + top: 2400px; + transform: translateX(0%); + width: 1200px; + height: 700px; + flex-shrink: 0; + /* border: 0.677px solid #FFF; */ + border-radius: 33.854px; + background: url(https://static.igem.wiki/teams/5054/population-growth.gif); + background-size: 85%; + background-repeat: no-repeat; + background-position: bottom 63px right 30px; + /* background-color: black; */ + opacity: 0; + transition: all 0.5s linear; } .homepage-content-img4 { diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 380b3d9..b11117f 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -146,7 +146,7 @@ <div class="homepage-content6 homepage-elements reveal"> What if plants could fix their own nitrogen? </div> -<div class="homepage-bg-img4"></div> +<div class="homepage-bg-img4 reveal"></div> <div class="homepage-content7 homepage-elements reveal"> <div class="homepage-contents-style" style="margin-top:0px;"> @@ -172,7 +172,7 @@ iGEM TU Delft <br> introduces </div> -<div class="homepage-content-img7"></div> +<div class="homepage-content-img7 reveal"></div> <div class="homepage-content10 homepage-elements"> <div class="homepage-contents-style2" style="margin-top:0px;text-align:center;"> -- GitLab