Sifuentes anita5

From 2014.igem.org

(Difference between revisions)
Line 23: Line 23:
/*-- Make page full width and remove borders */
/*-- Make page full width and remove borders */
-
#globalWrapper{  
+
#globalWrapper, #content {  
width: 100%;  
width: 100%;  
height: 100%;
height: 100%;
Line 44: Line 44:
margin:auto;
margin:auto;
}
}
 +
 +
/* Set up layout */
 +
 +
#mainContainer {
 +
float: left;
 +
width: 975px;
 +
margin-left: 20px;
 +
}
 +
 +
</style>
 +
 +
</head>
 +
 +
<body>
 +
 +
 +
<div id="mainContainer> hello! </p>

Revision as of 18:32, 16 January 2015