User:Sifuentes anita

From 2014.igem.org

(Difference between revisions)
Line 11: Line 11:
-
p {font-size: 16px; color: #414141;}
+
p {font-size: 16px; color: #414141; text-align: justify;}
Line 32: Line 32:
background-color: transparent;
background-color: transparent;
}
}
 +
 +
 +
 +
/* styling begins here */
 +
 +
 +
#containerbackground { /*-- creates container for all content on page --*/
 +
font-family: Arial, Helvetica, sans-serif;
 +
font-weight: normal;
 +
font-size: 14px;
 +
color: #414141;
 +
width: 960px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
background-color: #fffff;
 +
margin-top: 0px;
 +
}
 +
 +
 +
#container_fullwidth
 +
{
 +
 +
}
 +
 +
 +
</style>
 +
 +
</head>
 +
 +
<body>
 +
 +
<div id="containerbackground"> <p> try one </p> </div>
 +
 +
 +
 +
</body>
 +
 +
 +
</html>

Revision as of 20:31, 19 November 2014

try one