Page78

From 2010.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
<html>
<html>
<head>
<head>
Line 8: Line 7:
}
}
-
x3
+
hr1
{
{
-
color:orange;
+
color:#FF0000;
-
text-align:center;
+
}
 +
 
 +
hr2
 +
{
 +
color:#FF6600;
 +
}
 +
 
 +
hr3
 +
{
 +
color:#FFFF00;
 +
}
 +
 
 +
hr4
 +
{
 +
color:#00FF00;
}
}
Line 27: Line 40:
<x3>CSS example!</x3>
<x3>CSS example!</x3>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
-
 
+
<hr1/>
 +
<hr2/>
 +
<hr3/>
 +
<hr4/>
</body>
</body>
</html>
</html>

Revision as of 16:36, 10 June 2010

CSS example!

This is a paragraph.

Retrieved from "http://2010.igem.org/Page78"