Line 46: | Line 46: | ||
#subheader { | #subheader { | ||
− | + | width : 100%; | |
+ | height : 60px; | ||
+ | background : rgb(139,24,19); | ||
+ | margin-top : 0px; | ||
} | } | ||
+ | #subheader table { | ||
+ | width : 100%; | ||
+ | height : 100%; | ||
+ | text-align : center; | ||
+ | background : rgb(139,24,19); | ||
+ | } | ||
+ | #subheader table tr td { | ||
+ | width : 20%; | ||
+ | color : rgb(255,255,255); | ||
+ | background : rgb(139,24,19); | ||
+ | padding-top : 20px; | ||
+ | } | ||
+ | |||
+ | #subheader table tr td a { | ||
+ | color : rgb(255,255,255); | ||
+ | text-decoration : none; | ||
+ | font-size : 18px; | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | } | ||
+ | #subheader2 table { | ||
+ | width : 100%; | ||
+ | height : 100%; | ||
+ | text-align : center; | ||
+ | background : #183255; | ||
+ | } | ||
− | + | #subheader2 table tr td { | |
− | + | width : 16%; | |
− | color : | + | color : rgb(255,255,255); |
+ | background : #183255; | ||
+ | padding-top : 20px; | ||
+ | } | ||
+ | |||
+ | #subheader2 table tr td a { | ||
+ | color : rgb(255,255,255); | ||
+ | text-decoration : none; | ||
font-size : 18px; | font-size : 18px; | ||
− | font- | + | font-family: 'Open Sans', sans-serif; |
− | + | ||
} | } | ||
</style> | </style> | ||
− | <body> | + | <body > |
<div id="topheader"> | <div id="topheader"> | ||
</div> | </div> | ||
− | <div id=subheader> | + | |
− | + | <div id="subheader"> | |
− | </ | + | <table> |
− | + | <tr> | |
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Assay">Results</a></td> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Microbiology">Parts</a></td> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Enzyme">Medal Fulfilment</a></td> | ||
+ | |||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
</body> | </body> | ||
Revision as of 13:57, 31 August 2016