Line 3: | Line 3: | ||
<head> | <head> | ||
<style> | <style> | ||
− | .vignette_container{ | + | .vignette_container{ /*element that contains the vignettes*/ |
position:relative; | position:relative; | ||
height: 30em; | height: 30em; | ||
} | } | ||
− | .vignette_for { | + | .vignette_for { /*foreground part of the vignettes, gets transparent when hovering mouse over it*/ |
position:absolute; | position:absolute; | ||
width: 20em; | width: 20em; | ||
Line 22: | Line 22: | ||
} | } | ||
− | .vignette_for:hover{ | + | .vignette_for:hover{ /*opacity animation when hovering mouse over vignette*/ |
opacity:0; | opacity:0; | ||
} | } | ||
Line 28: | Line 28: | ||
− | .vignette_back { | + | .vignette_back { /*background part of the vignettes, picture*/ |
position:absolute; | position:absolute; | ||
width: 20em; | width: 20em; | ||
Line 39: | Line 39: | ||
margin: 35px; | margin: 35px; | ||
} | } | ||
− | .vignette_text { | + | .vignette_text { /*small panel that slides down on the vignettes*/ |
position:absolute; | position:absolute; | ||
top:13em; | top:13em; | ||
Line 55: | Line 55: | ||
} | } | ||
− | .vignette_for:hover ~ .vignette_text{ | + | .vignette_for:hover ~ .vignette_text{ /*panel slides down when hovering vignette*/ |
top:23em; | top:23em; | ||
} | } | ||
− | .vignette_text:hover{ | + | .vignette_text:hover{ /*panel slides down when hovering panel itself*/ |
top:23em; | top:23em; | ||
} | } | ||
Line 86: | Line 86: | ||
<h2 style="text-align: left;">Microfluidics</h2> | <h2 style="text-align: left;">Microfluidics</h2> | ||
− | |||
− | |||
<div class="vignette_for"> | <div class="vignette_for"> | ||
</div> | </div> |
Revision as of 08:06, 25 July 2018
´
Experiments
Describe the research, experiments, and protocols you used in your iGEM project. These should be detailed enough for another team to repeat your experiments.
Please remember to put all characterization and measurement data for your parts on the corresponding Registry part pages.
Microfluidics
PDMS Preparation
Cell Culture
Hello World
What should this page contain?
- Protocols
- Experiments
- Documentation of the development of your project