Biomod/2012/TU Dresden/Nanosaurs: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
*Institution Name: TU Dresden
*Institution Name: TU Dresden
*Geographic Location: Dresden, Germany
*Geographic Location: Dresden, Germany
<html>
<head>
<style type="text/css">
#urs{
position:absolute;
top: 250 px;
left: 250 px;
background: yellow;
z-index:1;
}
</style>
</head>
<body>
<div id="urs">
<h1>
Home
</h1>
</div>
</body>
</html>
<!--
<!--
<html>
<html>

Revision as of 04:19, 12 September 2012

  • Team Name:Dresden Nanosaurs
  • Institution Name: TU Dresden
  • Geographic Location: Dresden, Germany

<html> <head> <style type="text/css">

  1. urs{

position:absolute; top: 250 px; left: 250 px; background: yellow; z-index:1; } </style> </head> <body> <div id="urs"> <h1> Home </h1> </div> </body> </html>