Difference between revisions of "Team:Melbourne"

Line 10: Line 10:
 
}
 
}
  
#heading{
+
.heading {
background-color:#101C2C;
+
    display: flex;
padding-top:130px;
+
    background-color: #101C2C;
display:table-cell;
+
}
vertical-align:middle;  
+
 
text-align:center
+
.head_img {
 +
    margin: auto; /* Magic! */
 
}
 
}
  
Line 24: Line 25:
  
 
<body>
 
<body>
<div id="heading">
+
<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