Почему в header и footer разные цвета? Т.е. в подвале он более светлый, хотя выставлены одинаковые. И приклеился текст, не как не хочет отлипать.
прилагаю Css
body {
margin: 0;
padding: 0;
font-size: 100%;
color: black;
background: url(image/94.png);
font-family: ‘Lobster’, cursive;
font-family: ‘Old Standard TT’, serif;
font-family: ‘Forum’, cursive;
}
/header top/
header {
background: #EFE4B0;
min-height: 20px;
height: 100px;
display: block;
}
.main-nav {
font-family: ‘Forum’, cursive;
margin: 0;
margin-left: 500px;
font-size: 20px;
}
li, ul {
list-style-type: none;
display: inline;
text-align: center;
position: relative;
top: 20px;
margin-right: 5px;
}
a.navigation {
color: black;
text-decoration: none;
}
a.navigation:visited {
color:black;
}
.logo-header {
position: absolute;
height: 20px;
width: 20px;
}
/Main/
main.main-ivent {
background: white;
margin-right: 75px;
margin-top: 50px;
margin-left: 75px;
min-height: : 500px;
}
.name-one {
text-align: left;
font-family: ‘Lobster’, cursive;
font-size: 40px;
margin-left: -50px;
}
.content {
background: white;
margin-right: 200px;
font-size: 30px;
text-align: center;
}
.post {
font-family: ‘Old Standard TT’, serif;
font-size: 20px;
}
/footer- подвал/
footer.page-footer {
background: #EFE4B0;
display: block;
min-height: 20px;
height: 100px;
color: black;
margin-top: 50px;
}
}
#copyright {
text-align: right;
font-family: ‘Forum’, cursive;
font-size: 16px;
}