Line 11: | Line 11: | ||
#heading{ | #heading{ | ||
background-color:rgb(16, 28, 44) | background-color:rgb(16, 28, 44) | ||
− | width: | + | width: 300px; |
+ | height: 300px; | ||
+ | position: absolute; | ||
+ | left: 50%; | ||
+ | top: 50%; | ||
+ | margin-left: -150px; | ||
+ | margin-top: -150px; | ||
} | } | ||
Line 20: | Line 26: | ||
<body> | <body> | ||
+ | <div id="heading"> | ||
<img src="https://static.igem.org/mediawiki/2018/a/a3/T--Melbourne--header_mini.png"> | <img src="https://static.igem.org/mediawiki/2018/a/a3/T--Melbourne--header_mini.png"> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 06:26, 12 October 2018