Team DNAbeans: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 8: Line 8:
     background-attachment: fixed;
     background-attachment: fixed;
}
}
.selected {display: none}
.searchButton {display:none}
</style>
</style>
</head>
</head>

Revision as of 17:57, 22 October 2014

<html lang="en">

<head> <style> body {

   background-image: url("http://www.che.ncsu.edu/images/cent-campus/eb1-2.jpg");
   background-repeat: no-repeat;
   background-attachment: fixed;

} .selected {display: none} .searchButton {display:none} </style> </head> <body> <h3> BIOMOD </h3> <p> introduction about DNAbeans</p> </body> </html>