HTML and CSS Reference
In-Depth Information
nav
{
left: 0;
background-color: #003366;
}
nav ul
{
margin: 0;
list-style: none;
}
nav ul li
{
float: left;
}
nav ul li a
{
display: block;
margin-right: 20px;
width: 140px;
font-size: 14px;
line-height: 28px;
text-align: center;
padding-bottom: 2px;
text-decoration: none;
color: #cccccc;
}
nav ul li a:hover
{
color: #fff;
}
</style>
Search WWH ::




Custom Search