You are on page 1of 1

@CHARSET "ISO-8859-1";

p {
font-family: cursive;
color: #0080ff;
}
header {
background-color: #f5fccf;
width: 800px;
height: 50px;

}
nav {
background-color: #f8e4c0;
width: 800px;
height: 30px;

}
nav:HOVER {
background-color: #efc474;
width: 800px;
height: 30px;

}
section {
background-color: #fffedd;
width: 800px;
height: 500px;

}
footer{
background-color: #0080c0;
width: 800px;
height: 30px;

You might also like