From b4ad3a817dcf653ae0e59c3821f5d4065a5f1a90 Mon Sep 17 00:00:00 2001 From: Shraddha <shraddharaghuram@student.tudelft.nl> Date: Mon, 26 Aug 2024 09:52:17 +0000 Subject: [PATCH] Update file homepage.css --- static/homepage.css | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/static/homepage.css b/static/homepage.css index 1344504..cc62c70 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -149,7 +149,6 @@ /* content images style: */ .homepage-content-img1{ - position: relative; top: 930px; transform: translateX(-73%); width: 349.375px; @@ -160,8 +159,8 @@ opacity: 1; transition: all 0.5s linear; } + .homepage-content-img2{ - position: relative; top: 1358px; transform: translateX(40%); width: 459.74px; @@ -172,6 +171,32 @@ opacity: 0; transition: all 0.5s linear; } + + +/* .homepage-content-img1{ + position: relative; + top: 930px; + transform: translateX(-73%); + width: 349.375px; + height: 526.094px; + flex-shrink: 0; + border-radius: 33.854px; + background: url("https://static.igem.wiki/teams/5054/nitrogen-atom.svg"), 50% / cover no-repeat; + opacity: 1; + transition: all 0.5s linear; +} */ +/* .homepage-content-img2{ + position: relative; + top: 1358px; + transform: translateX(40%); + width: 459.74px; + height: 236.979px; + flex-shrink: 0; + border-radius: 33.854px; + background: url("https://static.igem.wiki/teams/5054/nitrogen-bond.svg"), 40% no-repeat; + opacity: 0; + transition: all 0.5s linear; +} */ /* .homepage-content-img3{ top: 2080px; transform: translateX(-65%); -- GitLab