
Untitled
By: a guest on
Jun 16th, 2012 | syntax:
None | size: 0.50 KB | hits: 15 | expires: Never
/**
* The first commented line is your dabblet’s title
*/
body {
margin: 10px;
background: #d23d45;
min-height:100%;
}
.box {
width: 960px;
margin: auto;
background-color: yellow;
color: blue;
}
.box ul li {text-decoration: none; display: inline; margin-left: 15px;float: right;}
.box ul li a{
text-decoration: none;
background-color: gray;
padding: 5px;
color: black;
}
.box ul li a:hover {
color: white;
background-color: red;
}
.box ul li a:active {
color: grey;
background-color: #d23d45;
}