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

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 13: Line 13:


}
}
#column-one{display:none}
 
#contentSub{
#contentSub{
                 position: absolute;
                 position: absolute;

Revision as of 09:24, 15 September 2012

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

<html> <head> <style type="text/css"> h1.firstHeading{

               display: none;

}

  1. contentSub{
               position: absolute;
               font-size:20px;

right: 0px; top: 10px;

  }
  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>