From fc1473fd25a824dc630a102ab126d2f0968ab655 Mon Sep 17 00:00:00 2001 From: Shraddha <shraddharaghuram@student.tudelft.nl> Date: Mon, 26 Aug 2024 10:40:37 +0000 Subject: [PATCH] haber-bosch process --- static/homepage.css | 4 ++-- wiki/pages/home.html | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/static/homepage.css b/static/homepage.css index ffad10c..fb86354 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -130,7 +130,7 @@ flex-shrink: 0; top: 1686px; box-shadow: inset 0px 0px 50px 30px #C6EBE8; - background: linear-gradient(180deg, rgba(198, 235, 232, 0.8) 0%, rgba(198, 235, 232, 0.35) 100%), url("https://static.igem.wiki/teams/5054/braarudosphaera-bigelowii-nitroplast-webp.png"), 50% / cover no-repeat; + background: linear-gradient(180deg, rgba(198, 235, 232, 0.8) 0%, rgba(198, 235, 232, 0.35) 100%), url("https://static.igem.wiki/teams/5054/haberbosch-jpg.webp"), 50% / cover no-repeat; filter: blur(3.3854165077209473px); } .homepage-bg-img3{ @@ -165,7 +165,7 @@ .homepage-content-img2{ top: 1358px; - transform: translateX(40%); + transform: translateX(40%) translateY(-40%);; width: 459.74px; height: 349.375px; flex-shrink: 0; diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 9608502..8831366 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -103,6 +103,12 @@ </div> </div> +<div class="homepage-bg-img2"></div> + + + <div class="homepage-content-img4 homepage-elements reveal" id="homepage-content-img4"></div> + + </div> -- GitLab