Difference between revisions of "Team:ASIJ Tokyo/CSS"

Line 141: Line 141:
 
/* Start footer reset =================================================== */
 
/* Start footer reset =================================================== */
  
div#footer-box {
+
.footer-box {
 +
    position: fixed;
 +
    left: 0;
 +
    bottom: 0;
 +
    width: 100%;
 
     background-color: transparent;
 
     background-color: transparent;
    border: 0;
 
    margin: 0;
 
    width: auto;
 
 
}
 
}
  
Line 206: Line 207:
 
     </div>
 
     </div>
  
 +
<div class="footer-box">
 
     <div id="footer">
 
     <div id="footer">
 
         <img src="https://static.igem.org/mediawiki/2018/9/9f/T--ASIJ_Tokyo--logo.png" width="150px"> </img>
 
         <img src="https://static.igem.org/mediawiki/2018/9/9f/T--ASIJ_Tokyo--logo.png" width="150px"> </img>
 
     </div>
 
     </div>
 +
</div>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 04:28, 5 September 2018