User:Sifuentes anita

From 2014.igem.org

(Difference between revisions)
Line 38: Line 38:
-
#containerbackground { /*-- creates container for all content on page --*/
+
/*-- creates container for all content on page --*/
-
font-family: Arial, Helvetica, sans-serif;
+
#containerbackground {
-
font-weight: normal;
+
width: 975px;  
-
font-size: 14px;
+
-
color: #414141;
+
-
width: 960px;  
+
margin-left: auto;  
margin-left: auto;  
margin-right: auto;  
margin-right: auto;  
-
background-color: #fffff;
 
margin-top: 0px;  
margin-top: 0px;  
}
}
Line 53: Line 49:
#container_fullwidth
#container_fullwidth
{
{
-
 
+
margin-left: auto;
 +
margin-right: auto;
 +
        width: 960px;
 +
        background-color: #fff;
}
}
Line 63: Line 62:
<body>
<body>
-
<div id="containerbackground"> <p> try one </p> </div>
+
<div id="containerbackground">
-
 
+
 +
<div id="container_fullwidth">
 +
<p> try two </p>
 +
</div>
</body>
</body>
-
 
-
 
</html>
</html>

Revision as of 20:34, 19 November 2014