From c7ee162fb0fc848defdf10b8d7ad5c6bb3945620 Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Fri, 27 Sep 2024 10:55:40 +0200 Subject: [PATCH] change image --- static/homepage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/homepage.css b/static/homepage.css index 457e2d3..49c4955 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -341,7 +341,7 @@ homepage-content-img5 { height: 200px; flex-shrink: 0; transform: translateX(80%); - background: linear-gradient(180deg, rgba(198, 235, 232, 0.00) 0%, rgba(198, 235, 232, 0.30) 100%), url(https://static.igem.wiki/teams/5054/whatsapp-image-2024-09-25-at-17-35-12.jpeg), 0px / 124.243% 105.026% no-repeat; + background: linear-gradient(180deg, rgba(198, 235, 232, 0.00) 0%, rgba(198, 235, 232, 0.30) 100%), url(https://static.igem.wiki/teams/5054/braarudosphaera-bigelowii-nitroplast-webp.png), 0px / 124.243% 105.026% no-repeat; opacity: 0; transition: all 0.5s linear; } -- GitLab