(9 intermediate revisions by the same user not shown) | |||
Line 123: | Line 123: | ||
#main-container #button { | #main-container #button { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 60%; |
left: 50%; | left: 50%; | ||
transform: translate(-50%, -50%); | transform: translate(-50%, -50%); | ||
− | width: | + | width: 3vw; |
− | height: | + | height: 3vw; |
background-color: white; | background-color: white; | ||
mix-blend-mode: difference; | mix-blend-mode: difference; | ||
border-radius: 100%; | border-radius: 100%; | ||
z-index: 666; | z-index: 666; | ||
+ | } | ||
+ | #main-container #centerCircle{ | ||
+ | position: absolute; | ||
+ | top: 60%; | ||
+ | left: 50%; | ||
+ | transform: translate(-50%, -50%); | ||
+ | width: 4vh; | ||
+ | border-radius: 100%; | ||
+ | z-index: 665; | ||
} | } | ||
Line 225: | Line 234: | ||
<div id="button"></div> | <div id="button"></div> | ||
<h1 class="text-center">Heal a wound. Heal the world.</h1> | <h1 class="text-center">Heal a wound. Heal the world.</h1> | ||
− | <p class="text-center">Enhance tissue regeneration.</p> | + | <p class="text-center">Enhance tissue regeneration to heal burned patients.</p> |
+ | <img src="https://static.igem.org/mediawiki/2018/e/ee/T--TecCEM--CenterCircle.png" id="centerCircle"> | ||
<!-- <span class="bottom"></span> --> | <!-- <span class="bottom"></span> --> | ||
<audio id="audioLanding" controls> | <audio id="audioLanding" controls> |
Latest revision as of 03:52, 18 October 2018