Line 10: | Line 10: | ||
} | } | ||
− | + | .heading { | |
− | background-color:#101C2C; | + | display: flex; |
− | + | background-color: #101C2C; | |
− | + | } | |
− | + | ||
− | + | .head_img { | |
+ | margin: auto; /* Magic! */ | ||
} | } | ||
Line 24: | Line 25: | ||
<body> | <body> | ||
− | <div | + | <div class="heading"> |
− | <img src="https://static.igem.org/mediawiki/2018/a/a3/T--Melbourne--header_mini.png"> | + | <img class="head_img" src="https://static.igem.org/mediawiki/2018/a/a3/T--Melbourne--header_mini.png"> |
</div> | </div> | ||
</body> | </body> |
Revision as of 06:48, 12 October 2018