Skip to content
Snippets Groups Projects
Commit b4ad3a81 authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

Update file homepage.css

parent eefb5252
No related branches found
No related tags found
No related merge requests found
Pipeline #408685 passed
......@@ -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%);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment