Проблема header content ?

0

Почему content залезает на header только прописываю ему высоту и не знаю как его сдвинуть чтобы он был паралельно header

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Чётенький сайт</title>
	<meta name="discription" content="Бабайка"/>
	<meta name="keywords" content="Фаяна фаяна"/>
	<link rel="stylesheet" type="text/css" href="assets/css/rang.css">
	<link href="https://fonts.googleapis.com/css?family=Anton|Jomhuria&display=swap" rel="stylesheet">
</head>
<body>
	<div class="wrapper">
		
		<div class="header">
			<div class="double-header">
				<h1><a href="https://vk.com/im?sel=289074279">MarketPlays</h1>
				<p><a href="https://vk.com/im?sel=289074279">Ниже цен не найти</p>
		<div class="content">
			<div class="double-content">
				<h1>Контент</h1>
				<p>Текст</p>
		<div class="row">
			<div class="sidebar1">
			<div class="sidebar2">
		<div class="footer">
		</div>		
			</div>
			</div>
		</div>
			</div>
		</div>		
			</div>
		</div>

	</div>

</body>
</html>



*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}
.double-header {
background-color: #b5f9ff;
height: 130px;
padding-left: 500px;
padding-top: 20px;

}	
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.double-header h1, .double-header h1 a, .double-header a:hover {
	color: #000;
	text-decoration: none;
	letter-spacing: 0em;
	font-family: 'Jomhuria', cursive
	
}
.double-header p, .double-header p a, .double-header a:hover {
    color: #000;
    text-decoration: none;
    font-family: 'Jomhuria', cursive
}
.content {
	background-color: #e0fcff;
	height: 200px;

    
}
html
css

0 ответов

Sign up or Log in to write an answer