Difference between revisions of "Team:William and Mary/PartsTable"

(Blanked the page)
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Team:William_and_Mary/CSS_RESET}}
 
{{Team:William_and_Mary/CSS_FIX}}
 
  
<html>
 
    <head>
 
        <style type = "text/css">
 
 
#nav {
 
width: 100%;
 
float: left;
 
margin: 0 0 3em 0;
 
padding: 0;
 
list-style: none;
 
background-color: #f2f2f2;
 
border-bottom: 1px solid #ccc;
 
border-top: 1px solid #ccc; }
 
#nav li {
 
float: left; }
 
#nav li a {
 
display: block;
 
padding: 8px 15px;
 
text-decoration: none;
 
font-weight: bold;
 
color: #069;
 
border-right: 1px solid #ccc; }
 
#nav li a:hover {
 
color: #c00;
 
background-color: #fff; }
 
 
        </style>
 
    </head>
 
 
<ul id="nav">
 
<li><a href="#">About Us</a></li>
 
<li><a href="#">Our Products</a></li>
 
<li><a href="#">FAQs</a></li>
 
<li><a href="#">Contact</a></li>
 
<li><a href="#">Login</a></li>
 
</ul>
 
 
</html>
 

Latest revision as of 00:40, 29 October 2017