You are on page 1of 2

body { background:white; color:black; /* text color to black*/ margin:10px; } #container { margin-left:auto; margin-right:auto; width:100%; height:1000px; border:1px solid grey;

} #header { padding:10px; background:Crimson; height:105px; color:black; } #logo { float:left; background:white; height:100px; width:100px; } #links { float:right; position:relative; top:75px; font-size:12pt; } #links ul li { display:inline; padding:20px; } #links ul li a { color:Black; text-decoration:none; font-family:Monotype corsiva; padding:4px; } #links ul li a:hover, #links ul li a.on-page { background:White; color:Black; border-radius:10px 10px 0px 0px;

-moz-border-radius:10px 10px 0px 0px; -webkit-border-radius:10px 10px 0px 0px; }

You might also like