Не видно заголовок Киномонстр на главной странице
1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Киномонстр</title>
<meta name="description" cotent = "Киномонстр - это портал о кино"/>
<meta name = "keywords" content = "фильмы, фильмы онлайн, hd"/>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class = "main">
<div class = "header">
<div class = "logo">
<div class="logo_text">
<h1> <a href="/">КиноМонстр </a> <h1>
<h2>Кино - наша страсть!</h2>
</div>
</div>
</div>
</div>
</body>
</html>
______________
CSS
.header
{
background-color: darkslateblue;
height:177px;
font-size:0.8px;
margin-left:0px;
margin-right:0px;
min-width:900px;
}
.main,.logo,.menubar,.site_content,.footer
{
margin-left:auto;
margin-right:auto;
}
.logo
{
width:880px;
padding-bottom: 40px;
}