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

step 2 style fix

parent b71f07ce
No related branches found
No related tags found
No related merge requests found
Pipeline #414323 passed
...@@ -614,20 +614,21 @@ ...@@ -614,20 +614,21 @@
text-decoration: none; /* Removes underline for links */ text-decoration: none; /* Removes underline for links */
} }
.homepage-link2{ .homepage-link2 {
top: 13551px; top: 11800px;
width: 400px; width: 400px;
height: 500px; height: 500px;
flex-shrink: 0; flex-shrink: 0;
opacity: 0; opacity: 0;
transition: all 0.5s linear; transition: all 0.5s linear;
transform: translateX(410px);
} }
.homepage-link-img2{ .homepage-link-img2 {
margin: 0 auto; margin: 0 auto;
width: 400px; width: 400px;
height: 300px; height: 300px;
background: url("https://static.igem.wiki/teams/5054/proteins.png"); background: url(https://static.igem.wiki/teams/5054/proteins.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 91%; background-size: 91%;
background-position: center; background-position: center;
......
...@@ -219,6 +219,14 @@ ...@@ -219,6 +219,14 @@
</a> </a>
</div> </div>
<div class="homepage-link3 homepage-elements reveal" style="opacity: 1;">
<a onmouseover="expandFunc3(document.getElementById('homepage-link-img3'))" onmouseout="reduceFunc3(document.getElementById('homepage-link-img3'))">
<div class="homepage-link-img3" id="homepage-link-img3" style="background-size: 91%;"></div>
<span class="homepage-subtitle-style" style="margin-left:30px;">Regulate cell division</span>
<span style="width:15px;height:15px;"><img src="https://static.igem.wiki/teams/4594/wiki/link-image4.png" alt=">"></span>
</a>
</div>
<canvas id="tutorial"></canvas> <canvas id="tutorial"></canvas>
</div> </div>
......
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