Team:Kyoto/Parts
From 2008.igem.org
(Difference between revisions)
(hr) |
(table parts) |
||
Line 6: | Line 6: | ||
<style type="text/css"> | <style type="text/css"> | ||
<!-- | <!-- | ||
- | + | table.parts {width:850px; | |
- | + | color:#FFFFFF; | |
- | + | background-color:#000000; | |
- | + | border:1px #0000ff dotted; | |
- | + | border-collapse:separate; | |
- | + | border-spacing:5px; | |
- | + | margin:0px 0px 30px 0px;} | |
- | + | th.parts {text-align:center; | |
+ | vertical-align:top; | ||
+ | border:1px #0000ff dotted; | ||
+ | padding:10px; | ||
+ | font-size:20px;} | ||
+ | td.parts {text-align:center; | ||
+ | vertical-align:top; | ||
+ | border:1px #0000ff dotted; | ||
+ | padding: 10px; | ||
+ | font-size:15px;} | ||
--> | --> | ||
</style> | </style> | ||
Line 34: | Line 43: | ||
<!--main--> | <!--main--> | ||
<p class="title">Parts</p> | <p class="title">Parts</p> | ||
+ | |||
+ | <!--parts list--> | ||
+ | <table class="parts"> | ||
+ | <tr> | ||
+ | <td class="parts">Part Name</th> | ||
+ | <td class="parts">Sub Parts</th> | ||
+ | <td class="parts">Description</th> | ||
+ | <td class="parts">Length(bp)</th> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td class="parts">1</th> | ||
+ | <td class="parts">2</th> | ||
+ | <td class="parts">3</th> | ||
+ | <td class="parts">4</th> | ||
+ | </tr> | ||
+ | |||
+ | </table> | ||
</div> | </div> | ||
<hr> | <hr> | ||
<html> | <html> |
Revision as of 13:43, 27 October 2008