User:Sifuentes anita

From 2014.igem.org

(Difference between revisions)
Line 59: Line 59:
/* Create layout divs */
/* Create layout divs */
-
+
 
 +
/* General content wrap */
 +
#contentWrap { 
 +
width: 960px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
}
Line 71: Line 77:
<!-- Content for the page starts here -->
<!-- Content for the page starts here -->
<body>
<body>
-
+
 
 +
<div id ="contentWrap"> <p> First demo </p> </div>
</body>
</body>
<!-- End of content -->
<!-- End of content -->

Revision as of 15:41, 7 January 2015

First demo