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

 
(51 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
<style>
 
<style>
 
+
/* Sticky footer styles
 +
-------------------------------------------------- */
 
html {
 
html {
 
   position: relative;
 
   position: relative;
Line 9: Line 10:
 
body {
 
body {
 
   /* Margin bottom by footer height */
 
   /* Margin bottom by footer height */
   margin-bottom: 100px;
+
   margin-bottom: 140px;
  padding:0;
+
  height:100%;
+
 
}
 
}
 
.footer {
 
.footer {
Line 18: Line 17:
 
   width: 100%;
 
   width: 100%;
 
   /* Set the fixed height of the footer here */
 
   /* Set the fixed height of the footer here */
   height: 100px;
+
   height: 140px;
   background-color: #f5f5f5;
+
   background-color: lightgray;
 
}
 
}
  
</style>
+
.footer img {
  
 +
  max-height:100%;
 +
}
 +
 +
.footer h1 {
 +
 +
text-align:center;
 +
}
 +
 +
#globalWrapper {
 +
 +
height:100%;
 +
 +
}
 +
 +
 +
</style>
  
 +
<footer class="footer">
 +
      <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>
 +
    </footer>
  
 
</html>
 
</html>

Latest revision as of 12:39, 17 September 2015