Biomod/2011/IITM/AcidArtists/new page: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
}
}
#menu ul{list-style:none;}
#menu ul{list-style:none;}
#menu ul li{float:left; width:150px; text-align:center;}
#menu ul li{float:left; width:150px; text-align:center; background:#234ade}
</style>
</style>
</head>
</head>

Revision as of 03:05, 27 October 2011

<html> <head> <style> body{ background:black; color:white; }

  1. menu ul{list-style:none;}
  2. menu ul li{float:left; width:150px; text-align:center; background:#234ade}

</style> </head> <body> <h1>Acid Artists</h1> <div id="menu"> <ul> <li>Project</li> <li>Team</li> <li>Work diary</li> <li>Brain stroming</li> <li>Reference papers</li> <li>To do list</li> <li>Resources</li> </ul> </div> </body> </html>