Template:Team:UESTC/footer
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | |||
<html> | <html> | ||
<head> | <head> | ||
<meta http-equiv="Content-type" content="text/html; charset=utf-8"> | <meta http-equiv="Content-type" content="text/html; charset=utf-8"> | ||
<title>footer</title> | <title>footer</title> | ||
- | + | <style type="text/css"> | |
+ | #sponsor{ | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | height:auto; | ||
+ | } | ||
+ | #sponsor h2{ | ||
+ | font:bold 20px Arial; | ||
+ | } | ||
+ | .sponsor_list{ | ||
+ | float: left; | ||
+ | margin:5px; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
- | + | <div id="sponsor"> | |
+ | <h2>Sponsors</h2> | ||
+ | <div class="sponsor_list"> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/6/60/UESTC_Sponsor1.jpg" /> | ||
+ | </div> | ||
+ | <div class="sponsor_list"> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/f/f9/UESTC_Sponsor2.jpg" /> | ||
+ | </div> | ||
+ | <div class="sponsor_list"> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/4/42/UESTC_Sponsor3.jpg" /> | ||
+ | </div> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 12:24, 6 August 2013