Team:Freiburg Software/testpage

From 2010.igem.org

(Difference between revisions)
Line 14: Line 14:
}
}
#menu {
#menu {
-
position: absolute;
+
position: relative;
left: 135px;
left: 135px;
-
top: 300px;
+
top: 20px;
font-size: 15px;
font-size: 15px;
font-weight: bold;
font-weight: bold;
Line 23: Line 23:
div.button a {
div.button a {
text-decoration: none;
text-decoration: none;
-
margin: 50px 5px 50px 10px;
+
margin: 10px 5px 10px 10px;
padding: 25px 25px 25px 25px;
padding: 25px 25px 25px 25px;
background: transparent url(https://static.igem.org/mediawiki/igem.org/f/f1/Button_test.png) no-repeat scroll center;
background: transparent url(https://static.igem.org/mediawiki/igem.org/f/f1/Button_test.png) no-repeat scroll center;
Line 31: Line 31:
}
}
#up_left {
#up_left {
-
position: absolute;
+
position: relative;
 +
margin: 10px 0px 10px 0px;
left: 0px;
left: 0px;
-
top: 350px;
+
top: 70px;
-
width: 460px;
+
width: 470px;
height: 500px;
height: 500px;
 +
border: 1px solid black;
 +
float: left;
 +
}
 +
#up_right {
 +
position: relative;
 +
margin: 10px 0px 10px 0px;
 +
left: 0px;
 +
top: 70px;
 +
width: 470px;
 +
height: 500px;
 +
border: 1px solid black;
 +
float: right;
 +
}
 +
#down_middle {
 +
position: relative;
 +
left: 0px;
 +
top: 580px;
 +
width: 965px;
 +
height: 200px;
border: 1px solid black;
border: 1px solid black;
}
}
Line 52: Line 72:
</div>
</div>
<div id="up_left">
<div id="up_left">
 +
Text
 +
</div>
 +
<br />
 +
<div id="up_right">
 +
Text
 +
</div>
 +
<br />
 +
<div id="down_middle">
Text
Text
</div>
</div>
</html>
</html>

Revision as of 19:23, 19 August 2010

Text

Text

Text