Line 1: | Line 1: | ||
{{Fudan-CHINA}} | {{Fudan-CHINA}} | ||
<html> | <html> | ||
− | </ | + | |
− | </ | + | <img class="bgPic" src="https://static.igem.org/mediawiki/2018/8/8f/T--Fudan-CHINA--bgpicture2.jpeg" style="opacity:0.8;z-index: 10;"/> |
+ | <script> | ||
+ | var winWidth=$(window).width(); | ||
+ | $(".bgPic").css("width",winWidth); | ||
+ | $(window).resize(function(){ | ||
+ | var winWidth=$(window).width(); | ||
+ | $(".bgPic").css("width",winWidth); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | <!----------------------------------------------------------------------------------------------------------------------------------------------------> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <p> | ||
</html> | </html> |
Revision as of 10:32, 20 September 2018