diff --git a/static/homepage.css b/static/homepage.css index 13445047dd78ee10c7a4adf2d727b3713098a5e4..cc62c707945fa287f372cbcd5e67174295282074 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%);