Difference between revisions of "Template:SZU China/Playground/footer"

 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:SZU_China/Playground/style}}
 
<html>
 
<footer class="footer">
 
    <div class="container-fluid">
 
        <p>Team SZU-China</p>
 
    </div>
 
</footer>
 
  
 +
<html>
 +
    <head>
 +
                  <style>
 +
                @media screen and (max-width: 1280px){
 +
                    #footer {
 +
                    padding: 0.5em 0;
 +
                }}
 +
           
 +
                #footer{
 +
                    background-color:#39f;
 +
                    text-align:center;
 +
                    color:#bbb;
 +
                    vertical-align: baseline;
 +
                }
 +
           
 +
            #footer  li{border-left:solid 1px rgba(255,255,255,.5);display:inline-block;list-style:none;margin-left:1.5em;padding-left:1.5em}
 +
           
 +
            #footer ul.copyright{
 +
                padding-left:0;
 +
            }
 +
           
 +
           
 +
            #footer a{
 +
                text-decoration:none;
 +
                color:#ccc;
 +
            }
 +
           
 +
                </style>
 +
            <script src="http://libs.baidu.com/jquery/1.9.1/jquery.min.js"></script>
 +
           
 +
 
 +
    <body>
 +
     
 +
       
 +
       
 +
        <div id="footer">
 +
            <ul class="copyright">
 +
                <li  style="border-left:0;margin-left:0px;padding-left:0px;">&copy; Copyright 2015 All rights reserved.</li>
 +
                <li>Design:<a href="https://2015.igem.org/Team:SZU_China">SZU-iGEM</a></li><li>Power by: <a href="http://getbootstrap.com/">Bootstrap</a></li>
 +
            </ul>
 +
            </div>
 +
       
 +
       
 +
       
 +
    </body>
 
</html>
 
</html>

Latest revision as of 16:32, 18 September 2015