Team:Wash U/Temp

From 2009.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
 
<ul>  
<ul>  

Revision as of 19:30, 14 June 2009

  • <a href="#">Home</a>
  • <a href="#">About</a>
    • <a href="#">History</a>
    • <a href="#">Team</a>
    • <a href="#">Offices</a>
  • <a href="#">Services</a>
    • <a href="#">Web Design</a>
    • <a href="#">Internet Marketing</a>
    • <a href="#">Hosting</a>
    • <a href="#">Domain Names</a>
    • <a href="#">Broadband</a>
  • <a href="#">Contact Us</a>
    • <a href="#">United Kingdom</a>
    • <a href="#">France</a>
    • <a href="#">USA</a>
    • <a href="#">Australia</a>

ul {

       margin: 0;

padding: 0; list-style: none; width: 150px; }

ul li { position: relative; }

ul li a { display: block; text-decoration: none; color: #777; background: #fff; padding: 5px; border: 1px solid #ccc; border-bottom: 0; }