Team:KAIST Korea/footer

From 2012.igem.org

(Difference between revisions)
(Created page with "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title> Kaist Footer</title> <style> #kaist-footerbox { p...")
 
(23 intermediate revisions not shown)
Line 1: Line 1:
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
<html>
<html>
<head>
<head>
Line 8: Line 7:
position: relative;
position: relative;
background-color: transparent;
background-color: transparent;
-
width:1024;
+
width:1024px;
-
height:106px;
+
height:56px;
z-index:2;
z-index:2;
 +
margin:0 auto;
 +
bottom:30px;
}
}
-
#kaist-footerbox #footer-img
+
#kaist-footerbox img #footer-img
{
{
-
position: absolute;
+
position: center;
width: 1024px;
width: 1024px;
height:106px;
height:106px;
z-index:2;
z-index:2;
 +
opacity:0.9;
 +
margin:0 auto;
}
}
 +
</style>
</style>
Line 25: Line 29:
  <body>
  <body>
-
<div id="kaist-footerbox"><img id="footer-img" src="https://static.igem.org/mediawiki/2012/e/ef/Footer_background_kaist.png"></img>
+
<div id="kaist-footerbox"><img id="footer-img" align="middle" src="https://static.igem.org/mediawiki/2012/e/ef/Footer_background_kaist.png"></img>
</div>
</div>
  </body>
  </body>
</html>
</html>

Latest revision as of 18:37, 25 September 2012

Kaist Footer