Team:SDU-Denmark/new

From 2010.igem.org

(Difference between revisions)
(Undo revision 2552 by Lclund (Talk))
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
 
-
.firstHeading {
 
-
  display: none;
 
-
}
 
body {
body {
Line 11: Line 7:
     margin: 0px;
     margin: 0px;
     padding: 0px;
     padding: 0px;
 +
    text-align: center;
}
}
 +
 +
.firstHeading {
 +
  display: none;
 +
}
 +
h2,h3 {
h2,h3 {
     margin-top: 0px;
     margin-top: 0px;
     padding-top: 0px;
     padding-top: 0px;
}
}
-
div#head {
+
 
 +
div#header {
     position: absolute;
     position: absolute;
-
     width:750px;
+
     width:687px;
-
     height:100px;
+
     height:113px;
-
     left:0px;
+
     left:150px;
     top: 0px;
     top: 0px;
-
     background-color: #FFFF66;
+
     background-color: #000000
}
}
 +
div#columns {
div#columns {
     position: relative;
     position: relative;
-
     width: 750px;
+
     width: 687px;
-
     top: 100px;
+
    left: 150px;  
 +
     top: 113px;
     background-color: #CCCCCC;
     background-color: #CCCCCC;
-
}
 
-
div#side1 {
 
-
    position:absolute;
 
-
    width:150px;
 
-
    top: 0px;
 
-
    left:0px;
 
-
    background-color: #FF6666;
 
-
}
 
-
div#content {
 
-
    position: relative;
 
-
    width: 450px;
 
-
    top: 0px;
 
-
    left: 150px;
 
-
    background-color: #999999;
 
-
}
 
-
div#side2 {
 
-
    position:absolute;
 
-
    width:150px;
 
-
    top: 0px;
 
-
    left: 600px;
 
-
    background-color: #00FF66;
 
-
}
 
-
div#foot {
 
-
    position: relative;
 
-
    width: 750px;
 
-
    clear: both;
 
-
    margin-top: 100px;
 
-
    background-color: #99FFFF;
 
}
}
</style>
</style>
<body>
<body>
-
<div id="head">
+
<div id="header">
-
 
+
-
    <h1>header</h1>
+
-
 
+
</div>
</div>
-
 
<div id="columns">
<div id="columns">
-
 
+
RARARA
-
    <div id="side1">
+
-
 
+
-
        <h3>side1</h3>
+
-
 
+
-
        <ul>
+
-
 
+
-
            <li>Let me not to the marriage of true minds</li>
+
-
 
+
-
            <li>Admit impediments; love is not love</li>
+
-
 
+
-
            <li>Which alters when it alteration finds</li>
+
-
 
+
-
            <li>Or bends with the remover to remove</li>
+
-
 
+
-
            <li>Oh, no, it is an ever fixed mark</li>
+
-
 
+
-
        </ul>
+
-
 
+
-
    </div>
+
-
 
+
-
    <div id="content">
+
-
 
+
-
        <h2>main content</h2>
+
-
 
+
-
        <p>That looks on tempests ... his height be taken.</p>
+
-
 
+
-
        <p>But bears it out ... alteration finds.</p>
+
-
 
+
-
        <p>Whose worth's unknown, ... the remover to remove.</p>
+
-
 
+
-
    </div>
+
-
 
+
-
    <div id="side2">
+
-
 
+
-
        <h3>side2</h3>
+
-
 
+
-
        <ul>
+
-
 
+
-
            <li>Let me not to the marriage of true minds</li>
+
-
 
+
-
            <li>Admit impediments; love is not love</li>
+
-
 
+
-
            <li>Which alters when it alteration finds</li>
+
-
 
+
-
        </ul>
+
-
 
+
-
    </div>
+
-
 
+
-
</div>
+
-
 
+
-
<div id="foot">
+
-
 
+
-
    <h3>footer</h3>
+
-
 
+
-
    <p>Or bends with ... height be taken. </p>
+
-
 
+
</div>
</div>
</body>
</body>
</html>
</html>

Revision as of 14:53, 21 April 2010

RARARA