Difference between revisions of "Template:NYMU-Taipei-css"

Line 92: Line 92:
 
</div>
 
</div>
 
      
 
      
                <div class="Contact with Far East Bio Tec">
+
            body{
                    P1,P2{text-indent: 10em }
+
            /* Wrapper for the footer */
+
.igem_2017_footer_wrapper {
 +
width: 85%;
 +
padding: 0.8% 2%;
 +
display:block;
 +
float: right;
 +
background:#f6ffb2 url('https://static.igem.org/mediawiki/2017/0/0f/T--NYMU-Taipei--footer.png') bottom no-repeat;
 +
height:150px;
 +
position: absolute;
 +
right: 0;
 +
bottom: 0;
 +
font-family:'Economica', sans-serif;
 +
}
 +
            }
 +
                   
 
</body>
 
</body>
  
 
</html>
 
</html>

Revision as of 06:34, 8 August 2017

body{ /* Wrapper for the footer */ .igem_2017_footer_wrapper { width: 85%; padding: 0.8% 2%; display:block; float: right; background:#f6ffb2 url('https://static.igem.org/mediawiki/2017/0/0f/T--NYMU-Taipei--footer.png') bottom no-repeat; height:150px; position: absolute; right: 0; bottom: 0; font-family:'Economica', sans-serif; } }