19andersonn (Talk | contribs) |
19andersonn (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | {{ASIJ_Tokyo}} | + | {{:Team:ASIJ_Tokyo/bar}} |
+ | {{ASIJ_Tokyo/CSS}} | ||
<html> | <html> | ||
+ | <style type="text/css"> | ||
− | + | body, html { | |
− | + | height: 100%; | |
+ | margin: 0; | ||
+ | font-family: "Avenir"!important; | ||
+ | background-color: #C7E0F3; | ||
+ | } | ||
− | + | #background { | |
− | + | background-image: url(________); | |
− | + | height: 580px; | |
+ | background-position: center; | ||
+ | background-repeat: none; | ||
+ | background-size: cover; | ||
+ | position: relative; | ||
+ | } | ||
− | + | #yajirushi { | |
− | + | #yajirushi { | |
− | + | position: absolute; | |
− | + | bottom: 105px; | |
− | + | z-index: 1; | |
+ | width: 100px; | ||
+ | height: 30px; | ||
+ | left: 45%; | ||
+ | } | ||
− | + | #header { | |
+ | padding-top: 28px; | ||
+ | } | ||
− | + | #wrapper { | |
− | + | margin-left: 10%; | |
− | + | margin-right: 10%; | |
− | + | } | |
− | + | #click { | |
− | + | position: absolute; | |
− | + | bottom: 38px; | |
+ | width: 100px; | ||
+ | height: 30px; | ||
+ | left: 45%; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | </style> | ||
+ | <body> | ||
+ | <div id="background"> | ||
+ | <div id="yajirushi"> | ||
+ | <a href="#click"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/6/6a/T--ASIJ_Tokyo--downarrow.png" height="120px"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div id="click"></div> | ||
+ | </div> | ||
+ | <div id="wrapper"> | ||
+ | <h1 id="header"> _________ </h1> | ||
+ | <hr> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 04:15, 14 October 2018