Team DNAbeans: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
         <style media="all" title="mystyles" type="text/css">
         <style media="all" title="mystyles" type="text/css">
 
 
  body { background-color: #00000A;
  body { background-color: #00000C;
  color: #5d665b;
  color: #5d665b;
  margin: 50px;
  margin: 50px;

Revision as of 12:28, 19 October 2014

<html>

	<head>
		<title>DNA Beans</title>
                
       <style media="all" title="mystyles" type="text/css">
	
	body { background-color: #00000C;
		color: #5d665b;
		margin: 50px;
		font-family: Verdana, Geneva,
		Arial, sans-serif;
		font-size: small;
		line-height: 180%
		}
	p { text-indent: 3em
		}
	
       </style>
	</head>
	<body>
		<p>Information about BIOMOD </p>
	</body>
</html>