Line 1: | Line 1: | ||
+ | {{Melbourne}} | ||
+ | |||
<html> | <html> | ||
+ | <style> | ||
+ | |||
+ | body{ | ||
+ | background-color:#282828; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | .heading { | ||
+ | display: flex; | ||
+ | background-color:#282828; | ||
+ | /*background-image:url(https://media.giphy.com/media/42IEOtbaHuMmIXgAzS/source.gif)*/; | ||
+ | /*background-image:url(https://cdn140.picsart.com/236732937035201.gif);*/ | ||
+ | background-image:url(https://media.giphy.com/media/xUA7bfDro97ipc4fu0/giphy.gif); | ||
+ | /*background-image:url(https://media.giphy.com/media/4MxMvzhTEuqty/giphy.gif);*/ | ||
+ | |||
+ | } | ||
+ | |||
+ | .head_img { | ||
+ | margin: auto; /* Magic! */ | ||
+ | margin-top:100pxpx; | ||
+ | padding-bottom:50px; | ||
+ | object-fit:cover; | ||
+ | width:55%; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <body> | ||
+ | <div class="heading"> | ||
+ | <img class="head_img" src="https://static.igem.org/mediawiki/2018/5/5a/T--Melbourne--home_desc.png"> | ||
+ | </div> | ||
+ | <div id="footer"> | ||
+ | Property of Team Melbourne | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 13:22, 17 October 2018