(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <style> | ||
+ | body, html { | ||
+ | height: 100%; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | .bgimg { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2018/4/45/T--UC_Davis--UCDavis.jpg'); | ||
+ | height: 100%; | ||
+ | background-position: center; | ||
+ | background-size: cover; | ||
+ | position: relative; | ||
+ | color:gold; | ||
+ | font-family: "Courier New", Courier, monospace; | ||
+ | font-size: 25px; | ||
+ | } | ||
+ | |||
+ | .topleft { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 16px; | ||
+ | } | ||
+ | |||
+ | .bottomleft { | ||
+ | position: absolute; | ||
+ | bottom: 0; | ||
+ | left: 16px; | ||
+ | } | ||
+ | |||
+ | .middle { | ||
+ | position: absolute; | ||
+ | top: 68%; | ||
+ | left: 55%; | ||
+ | transform: translate(-90%, -50%); | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | hr { | ||
+ | margin: auto; | ||
+ | width: 40%; | ||
+ | } | ||
+ | </style> | ||
+ | <body> | ||
+ | |||
+ | <div class="bgimg"> | ||
+ | <div class="topleft"> | ||
+ | <p>UC Davis iGEM 2018</p> | ||
+ | </div> | ||
+ | <div class="middle"> | ||
+ | <h3>COMING SOON</h3> | ||
+ | <hr> | ||
+ | <a href=https://2018.igem.org/Team:UC_Davis/Project_Overview>click here</a> | ||
+ | <style> | ||
+ | a:link { | ||
+ | color: yellow; | ||
+ | background-color: transparent; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a:hover { | ||
+ | color: red; | ||
+ | background-color: transparent; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
+ | </html> |
Revision as of 20:43, 3 July 2018
UC Davis iGEM 2018