Template:CSS/UT-Tokyo

From 2014.igem.org

(Difference between revisions)
Line 321: Line 321:
}
}
</style>
</style>
-
 
+
#left-bottom{
 +
width:50%;
 +
height:100px;
 +
position:absolute;
 +
top:700px;
 +
float:left;
 +
background-img:url("https://static.igem.org/mediawiki/2014/e/eb/Gra_white.png");
 +
background-repeat:repeat-x;
 +
}
 +
#right-bottom{
 +
width:50%;
 +
height:100px;
 +
position:absolute;
 +
top:700px;
 +
float:right;
 +
background-img:url("https://static.igem.org/mediawiki/2014/b/ba/Gra_black.png");
 +
background-repeat:repeat-x;
 +
}
</head>
</head>
</html>
</html>

Revision as of 15:26, 26 August 2014

#left-bottom{ width:50%; height:100px; position:absolute; top:700px; float:left; background-img:url("https://static.igem.org/mediawiki/2014/e/eb/Gra_white.png"); background-repeat:repeat-x; } #right-bottom{ width:50%; height:100px; position:absolute; top:700px; float:right; background-img:url("https://static.igem.org/mediawiki/2014/b/ba/Gra_black.png"); background-repeat:repeat-x; }