Team DNAbeans: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
                  
                  
         <style media="all" title="mystyles" type="text/css">
         <style media="all" title="mystyles" type="text/css">
  <!--
 
  body { background-color: #00000A;
  body { background-color: #00000A;
  color: #5d665b;
  color: #5d665b;
Line 15: Line 15:
  p { text-indent: 3em
  p { text-indent: 3em
  }
  }
  -->
 
         </style>
         </style>
  </head>
  </head>

Revision as of 12:27, 19 October 2014

<html>

	<head>
		<title>DNA Beans</title>
                
       <style media="all" title="mystyles" type="text/css">
	
	body { background-color: #00000A;
		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>