Ianliu1997 (Talk | contribs) |
Ianliu1997 (Talk | contribs) |
||
Line 92: | Line 92: | ||
</div> | </div> | ||
− | + | 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; | ||
+ | } | ||
+ | } | ||
+ | |||
</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; } }