Team:St Andrews/template

From 2011.igem.org

(Difference between revisions)
Line 15: Line 15:
<!-- we can add more to this later but suggested basic structure.. -->
<!-- we can add more to this later but suggested basic structure.. -->
 +
 +
  #title {
 +
    width:900px;
 +
    height:55px;
 +
    position: relative;
 +
    top: 0px;
 +
    left: 0px;}
 +
 +
#unilogo  {
 +
    width:200px;
 +
    height:50px;
 +
    position: absolute;
 +
    top: 0px;
 +
    left: 435px;}
 +
 +
  #projectlogo {
 +
    width:400px;
 +
    height:50px;
 +
    position: relative;
 +
    top: 0px;
 +
    left: 20px;}
#topbit {
#topbit {
Line 30: Line 51:
<body>
<body>
 +
 +
<div id ='title'>
 +
<div id ='unilogo'>
 +
<a href='http://www.st-andrews.ac.uk/'>
 +
    <img src='https://static.igem.org/mediawiki/2011/e/e0/University_logo.jpg'>
 +
    </a>
 +
</div>
 +
 +
<div id ='projectlogo'>
 +
 +
  <a href='https://2010.igem.org/Team:Imperial_College_London'>
 +
    <img src='https://static.igem.org/mediawiki/2010/9/9f/ICparalogo.png'>
 +
    </a>
 +
  </div>
 +
</div>
</body>
</body>
 +
</html>
</html>

Revision as of 10:38, 13 July 2011