RyanCheung (Talk | contribs) |
|||
Line 3: | Line 3: | ||
<html> | <html> | ||
+ | <head> | ||
+ | <style> | ||
+ | |||
+ | .rows { | ||
+ | display: flex; | ||
+ | } | ||
+ | |||
+ | .columns{ | ||
+ | flex:47%; | ||
+ | padding:5px | ||
+ | |||
+ | } | ||
+ | .column { | ||
+ | float: left; | ||
+ | width: 25%; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | .row::after { | ||
+ | content: ""; | ||
+ | clear: both; | ||
+ | display: table; | ||
+ | height:100%; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
<body> | <body> | ||
<h1>Light Operon</h1> | <h1>Light Operon</h1> | ||
<p>WIP</p> | <p>WIP</p> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <br> | ||
+ | |||
+ | |||
+ | <br> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | <hl> | ||
+ | |||
+ | <div class="row"> | ||
+ | <div class="column"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/4/41/T--CUNY_Kingsborough--4219light95.png" alt="Snow" style="width:100%"> | ||
+ | </div> | ||
+ | <div class="column"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/e/ed/T--CUNY_Kingsborough--04219light.png" alt="Forest" style="width:100%"> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="column"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/7/7f/T--CUNY_Kingsborough--4219light948.png" alt="Snow" style="width:100%"> | ||
+ | </div> | ||
+ | <div class="column"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/6/67/T--CUNY_Kingsborough--04219light948%281%29.png" alt="Forest" style="width:100%"> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="rows"> | ||
+ | <div class="columns"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/8/88/T--CUNY_Kingsborough--ydd95.gif" alt="Snow" style="width:100%"> | ||
+ | </div> | ||
+ | <div class="columns"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/e/e6/T--CUNY_Kingsborough--ydd948.gif" alt="Forest" style="width:100%"> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 20:22, 13 October 2018
Light Operon
WIP