Team:Peking/test

From 2010.igem.org

(Difference between revisions)
Line 25: Line 25:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
.f2{
 
-
float:left;
 
-
width:319px;
 
-
height:300px;
 
-
margin-left:2px;
 
-
text-align;center;
 
-
margin-top:5px;}
 
.glow{
.glow{
 +
filter: glow(color=#ffffff,strength=2);
 +
width=300px;/*=imagewidth+2*strength*/
 +
height=310px;/*=imagewidth+2*strength+10*/
}
}
.bg{
.bg{
Line 40: Line 36:
background-image: url(https://static.igem.org/mediawiki/2010/8/8f/Box_grey.jpg);/*256*256*/
background-image: url(https://static.igem.org/mediawiki/2010/8/8f/Box_grey.jpg);/*256*256*/
background-repeat: no-repeat;
background-repeat: no-repeat;
-
width:319px;
+
width:256px;
-
height:300px;
+
height:256px;
position:relative;
position:relative;
left:2px;
left:2px;
 +
top:5px
}
}
.txt{
.txt{
Line 54: Line 51:
<body>
<body>
-
<div>
+
<div class=glow>
<span class="txt"><font color=#ffffff>project discription</font></span>
<span class="txt"><font color=#ffffff>project discription</font></span>
-
<div class="bg f2"></div>
+
<div class="bg"></div>
</div>
</div>
</body>
</body>
</html>
</html>

Revision as of 05:54, 11 September 2010

Home Team Project Parts Modeling Notebook Human Practice


project discription