Difference between revisions of "Template:BABS UNSW Australia Footer"

 
(33 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
body {
 
body {
 
   /* Margin bottom by footer height */
 
   /* Margin bottom by footer height */
   margin-bottom: 60px;
+
   margin-bottom: 140px;
 
}
 
}
 
.footer {
 
.footer {
Line 17: Line 17:
 
   width: 100%;
 
   width: 100%;
 
   /* Set the fixed height of the footer here */
 
   /* Set the fixed height of the footer here */
   height: 60px;
+
   height: 140px;
   background-color: #f5f5f5;
+
   background-color: lightgray;
 
}
 
}
  
img {
+
.footer img {
  
 
   max-height:100%;
 
   max-height:100%;
 +
}
 +
 +
.footer h1 {
 +
 +
text-align:center;
 +
}
 +
 +
#globalWrapper {
 +
 +
height:100%;
 +
 
}
 
}
  
Line 30: Line 41:
  
 
<footer class="footer">
 
<footer class="footer">
       <div class="container">
+
       <div class="container-fluid">
 
+
<img src= "https://static.igem.org/mediawiki/2015/d/d5/BABS_UNSW_Australia_logo.png" style="max-height:130px;">
 +
<!--<img src="https://static.igem.org/mediawiki/2015/e/ee/BABS_UNSW_Australia_getfootred.png" style="max-height:130px;max-  width:60%;margin-top:30px;" align="middle">-->
 
       </div>
 
       </div>
 
     </footer>
 
     </footer>
  
 
</html>
 
</html>

Latest revision as of 12:39, 17 September 2015