Difference between revisions of "Template:SIAT-SCIE/footer"

Line 1: Line 1:
 +
 
<html>
 
<html>
<img src="https://static.igem.org/mediawiki/2018/a/a3/T--SIAT-SCIE--SIAT_Logo_text.png" width=''300px" height = "200px">
+
    <head>
 +
        <style>
 +
            html{height:100%;}
 +
            body{min-height:100%;margin:0;padding:0;position:relative;}
 +
            main{padding-bottom:100px;background-color: #bdb76b;}/* main的padding-bottom值要等于或大于footer的height值 */
 +
            footer{position:absolute;bottom:0;width:100%;height:100px;background-color: ;}
 +
        </style>
 +
    </head>
 +
    <body>
 +
        <footer><img src="https://static.igem.org/mediawiki/2018/a/a3/T--SIAT-SCIE--SIAT_Logo_text.png" width=''300px" height = "200px"></footer>
 +
    </body>
 
</html>
 
</html>

Revision as of 23:40, 15 October 2018