Line 1: | Line 1: | ||
<html> | <html> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $("a").onmouseover( function(){ | ||
+ | $(this).css("color","yellow"); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
<style> | <style> | ||
#footer-row { | #footer-row { | ||
background: #eee; | background: #eee; | ||
+ | width: calc(100vw); | ||
min-height:250px; | min-height:250px; | ||
padding-top: 50px; | padding-top: 50px; | ||
Line 49: | Line 57: | ||
<div class="container-fluid" style="margin-top: 80px"> | <div class="container-fluid" style="margin-top: 80px"> | ||
<div id="footer-row" class="row"> | <div id="footer-row" class="row"> | ||
− | <div id="footer-contact" class="col | + | <div id="footer-contact" class="col-3"> |
− | <img id="team-logo" src="https://static.igem.org/mediawiki/2018/ | + | <img id="team-logo" src="https://static.igem.org/mediawiki/2018/1/12/T--UCAS-China--HugeLogo.png" /> |
<br /> | <br /> | ||
<br /> | <br /> |
Revision as of 09:51, 17 October 2018