TimvanderHek (Talk | contribs) |
|||
Line 2: | Line 2: | ||
<html> | <html> | ||
<head> | <head> | ||
− | + | ul { | |
− | + | list-style:none; | |
− | + | padding:0; | |
− | + | margin:0; | |
+ | } | ||
+ | li { | ||
+ | padding-left: 16px; | ||
+ | } | ||
+ | li:before { | ||
+ | content: "✓"; | ||
+ | padding-right: 8px; | ||
+ | } | ||
+ | .gold li::before{ | ||
+ | color:gold; | ||
+ | } | ||
+ | .silver li::before{ | ||
+ | color:silver; | ||
+ | } | ||
+ | .bronze li::before { | ||
+ | color:#c94700; | ||
} | } | ||
− | |||
− | |||
</head> | </head> | ||
− | |||
<div class="container-fluid main-wrapper"> | <div class="container-fluid main-wrapper"> | ||
− | <div class="container" id="main"> | + | <div class="container white round" id="main"> |
− | < | + | <h1 id="medal-requirements">Experiments</h1> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<ul> | <ul> | ||
− | <li> | + | <li><p>On this page no experiments are listed. Al the experiments performed in our project are documented on the <a href="https://2018.igem.org/Team:TU-Eindhoven/Notebook">notebook</a>, <a href="https://2018.igem.org/Team:TU-Eindhoven/Protocols">protocols</a> and <a href="https://2018.igem.org/Team:TU-Eindhoven/Results">results</a> pages. </p></li> |
− | < | + | |
− | < | + | |
− | </ | + | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</ul> | </ul> | ||
− | </div> | + | </div> |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
</html> | </html> | ||
+ | {{:Team:TU-Eindhoven/footer}} |
Latest revision as of 00:27, 18 October 2018
ul { list-style:none; padding:0; margin:0; } li { padding-left: 16px; } li:before { content: "✓"; padding-right: 8px; } .gold li::before{ color:gold; } .silver li::before{ color:silver; } .bronze li::before { color:#c94700; }