Team:West Point/Team

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
 +
<style>body {
 +
background:#CC9900;
 +
font-family:"Bookman Old Style"
 +
}
 +
 +
#main {
 +
border-style: double;
 +
border-color:black;
 +
border-width:medium;
 +
width:78%;
 +
min-height: 1100px;
 +
margin-bottom:5%;margin-left:10%;margin-right:10%;
 +
background:white;
 +
}
 +
#menu {
 +
height:100px;
 +
 +
}
 +
 +
#frame {
 +
min-height: 1000px;
 +
background:white;
 +
background-image: url('images/Logo.gif');
 +
background-attachment:inherit;
 +
background-position:center;
 +
background-repeat:no-repeat;
 +
 +
}
 +
 +
.table {
 +
background-color:#6A6C6B;
 +
max-width: 100%;
 +
height: 75px;
 +
}
 +
 +
.table td {
 +
text-align:center;
 +
width:19%;
 +
font-size:xx-large;
 +
border-width: 2px;
 +
border-style:solid;
 +
border-color: black;
 +
}
 +
</style>
<head>
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="en-us" http-equiv="Content-Language" />
Line 8: Line 52:
</head>
</head>
-
<body background:#CC9900;
+
<body style="background-attachment: fixed">
-
font-family:"Bookman Old Style"
+
-
style="background-attachment: fixed">
+
<div id="main" >
<div id="main" >
<div id="menu" >
<div id="menu" >

Revision as of 22:31, 17 August 2011

Untitled 1