QingweiFang (Talk | contribs) |
QingweiFang (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
− | |||
<style> | <style> | ||
− | + | /**************************************************************************************************************************************************************************************************/ | |
− | + | ||
− | + | ||
− | + | *{ | |
− | + | margin:0; | |
− | } | + | padding: 0; |
− | + | } | |
− | + | ||
− | + | .body{ | |
− | } | + | margin:0px; |
+ | width:100%; | ||
+ | |||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .preface{ | ||
+ | width: 100vw; | ||
+ | height: 100vh; | ||
+ | background-color: white; | ||
+ | background-image: url("https://static.igem.org/mediawiki/2018/6/66/T--SJTU-BioX-Shanghai--background0.png | ||
+ | "); | ||
+ | background-size: 100% 100%; | ||
+ | padding-bottom: 40px; | ||
+ | } | ||
+ | |||
+ | .preface img{ | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | } | ||
+ | .section1{ | ||
+ | width: 100vw; | ||
+ | height: 100vh; | ||
+ | background-color: white; | ||
+ | background-image: url("https://static.igem.org/mediawiki/2018/b/b3/T--SJTU-BioX-Shanghai--background1.png | ||
+ | "); | ||
+ | background-size: 100% 100%; | ||
+ | |||
+ | } | ||
+ | |||
+ | .end{ | ||
+ | width: 100vw; | ||
+ | height: 100vh; | ||
+ | background-color: white; | ||
+ | background-image: url("https://static.igem.org/mediawiki/2018/2/21/T--SJTU-BioX-Shanghai--background2.png | ||
+ | "); | ||
+ | background-size: 100% 100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</style> | </style> | ||
− | |||
− | |||
− | |||
− | <!--**************** | + | |
− | + | <!--*******************************This is where html begins************************************************--> | |
− | <!-- | + | <head> |
− | + | <!-- This tells the browser that your page is responsive --> | |
− | + | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
+ | </head> | ||
− | |||
− | < | + | <body class="body"> |
+ | |||
+ | <div class="preface"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/2/20/T--SJTU-BioX-Shanghai--preface.png | ||
+ | "> | ||
+ | </div> | ||
+ | |||
+ | <div class="section1 "> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="section1 wow fadeIn"> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="end wow fadeIn"> | ||
+ | |||
+ | </div> | ||
− | <!--*********** | + | |
− | + | </body> | |
− | + | <!--******************************This is where html ends***************************************************--> | |
− | + | ||
− | + | ||
− | + | ||
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:SJTU-BioX-Shanghai/jquery-3.1.1.min&action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:SJTU-BioX-Shanghai/jquery-3.1.1.min&action=raw&ctype=text/javascript"></script> | ||
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:SJTU-BioX-Shanghai/JS&action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:SJTU-BioX-Shanghai/JS&action=raw&ctype=text/javascript"></script> | ||
+ | <script> | ||
+ | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
− | </ | + | |
+ | |||
+ | |||
+ | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
+ | </script> | ||
+ | |||
</html> | </html> |
Revision as of 22:04, 7 October 2018