Team:Vanderbilt/Team
From 2014.igem.org
(Difference between revisions)
(Replaced content with "# REDIRECT Team:Vanderbilt/Project/Intro") |
|||
Line 1: | Line 1: | ||
- | # | + | {{Team:Vanderbilt/CSS}} |
+ | |||
+ | <html> | ||
+ | <head lang="en"> | ||
+ | <meta charset="UTF-8"> | ||
+ | <title>Vanderbilt iGEM Wetware</title> | ||
+ | |||
+ | <style> | ||
+ | #igem_header { | ||
+ | height: 20px; | ||
+ | font-size: 1em; | ||
+ | background-color: black; | ||
+ | color: grey; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | #labbook { | ||
+ | display: block; | ||
+ | max-width: 100%; | ||
+ | max-height: 100%; | ||
+ | margin: auto; | ||
+ | height: 85%; | ||
+ | width: 45%; | ||
+ | background-image: url("https://static.igem.org/mediawiki/parts/d/d2/Vanderbilt_Wetware_Front_Smaller_centered.png"); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: 100% 100%; | ||
+ | } | ||
+ | #labbook:hover { | ||
+ | opacity: 0.9; | ||
+ | } | ||
+ | #intro_igem_logo { | ||
+ | position: absolute; | ||
+ | top: 20px; | ||
+ | right: 20px; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <a href="https://2014.igem.org/Main_Page"> | ||
+ | <img id="intro_igem_logo" src="https://static.igem.org/mediawiki/parts/6/6b/Vanderbilt_iGEM.png" alt="igem logo" width="100" height="100"> | ||
+ | </a> | ||
+ | |||
+ | <div id="tabs"> | ||
+ | </div> | ||
+ | |||
+ | <a href="https://2014.igem.org/Team:Vanderbilt/Project/Home"> | ||
+ | <img id="labbook" src="https://static.igem.org/mediawiki/parts/d/d2/Vanderbilt_Wetware_Front_Smaller_centered.png" alt=labbook front width="1034" height="802"> | ||
+ | </a> | ||
+ | |||
+ | </body> | ||
+ | |||
+ | </html> |
Revision as of 23:03, 26 January 2015