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

(Created page with "<html> <style> Sticky footer styles --------------------------------------------------: html { position: relative; min-height: 100%; } body { /* Margin bottom by foote...")
 
(Blanked the page)
Line 1: Line 1:
<html>
 
<style>
 
/* Sticky footer styles
 
-------------------------------------------------- */
 
html {
 
  position: relative;
 
  min-height: 100%;
 
}
 
body {
 
  /* Margin bottom by footer height */
 
  margin-bottom: 100px;
 
}
 
.footer {
 
  position: absolute;
 
  bottom: 0;
 
  width: 100%;
 
  /* Set the fixed height of the footer here */
 
  height: 100px;
 
  background-color: #f5f5f5;
 
}
 
  
 
 
</style>
 
 
<footer class="footer">
 
      <div class="container">
 
        <p class="text-muted">UNSW iGEM 2015 <br>
 
<center><img src ="images/igem.png" style= "height:60px; margin-right: 25px;"><img src ="images/UNSWh.jpg" style = "height:60px; margin-right: 25px;"><img src ="images/babs.gif" style = "height:60px; margin-right: 25px;"><img src ="images/nswgov.jpg" style = "height:60px; margin-right: 25px;"></center>
 
</p>
 
      </div>
 
    </footer>
 
 
</html>
 

Revision as of 06:35, 13 July 2015