Difference between revisions of "Template:Team:Harvard BioDesign/Templates:footer"

Line 1: Line 1:
 
<html>
 
<html>
<style type="text/css">
+
  <style type="text/css">
  
/*Set up height place holder for the footer*/
+
    /*Set up height place holder for the footer*/
#footerContainer {
+
    #footerContainer {
background-color: #000000;
+
      background-color: #000000;
height: 70px;
+
      height: 70px;
 
             width:100%;
 
             width:100%;
    text-align: left;
+
      text-align: left;
 
             margin-right: 0px;
 
             margin-right: 0px;
 
             margin-left: 0px;
 
             margin-left: 0px;
Line 14: Line 14:
 
             color: #ffffff;
 
             color: #ffffff;
 
             font-variant: small-caps;
 
             font-variant: small-caps;
    font-family:"Times New Roman";
+
      font-family:"Times New Roman";
 
             position:absolute;  
 
             position:absolute;  
 
             bottom:0px;
 
             bottom:0px;
Line 44: Line 44:
 
             width:100%;
 
             width:100%;
 
         }
 
         }
</style>
+
  </style>
+
     
<div id="footerContainer">
+
    <div id="footerContainer">
 
             <div "col-xs-3 col-sm-2 col-lg-2">Sticoli</div>
 
             <div "col-xs-3 col-sm-2 col-lg-2">Sticoli</div>
 
                 <div id="facebook" class="col-xs-3 col-sm-1 col-lg-1">
 
                 <div id="facebook" class="col-xs-3 col-sm-1 col-lg-1">
Line 66: Line 66:
 
                 <img src="https://static.igem.org/mediawiki/2015/9/94/HarvardBioDesign2015Logo2.png"alt="Harvard Logo" style="width:317px;height:216px;">
 
                 <img src="https://static.igem.org/mediawiki/2015/9/94/HarvardBioDesign2015Logo2.png"alt="Harvard Logo" style="width:317px;height:216px;">
 
             </div>
 
             </div>
 
+
    </div>       
 
</html>
 
</html>

Revision as of 14:13, 9 July 2015

Sticoli