Difference between revisions of "Template:Example2"

Line 9: Line 9:
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */
  
/* Set up a width, height and color of the body wrapper*/
+
/* Change Background color*/
 
body {  
 
body {  
 
background-color: #fff;
 
background-color: #fff;
Line 49: Line 49:
 
border-top: 14px solid #565656;
 
border-top: 14px solid #565656;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
}
 +
 +
/*Set up height place holder for the banner*/
 +
#bannerContainer {
 +
height:200px;
 
}
 
}
  
Line 197: Line 202:
 
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
 
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
  
<img src="https://2015.igem.org/wiki/image/Team_Example2_banner.jpg">
 
  
 +
<div id="bannerContainer">
 +
<img src="https://2015.igem.org/wiki/image/Team_Example2_banner.jpg">
 +
</div>
  
 
<!-- Start of menu -->
 
<!-- Start of menu -->

Revision as of 19:25, 27 March 2015