<!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">
<div class="truble-header">
<h1><a href="https://vk.com/im?peers=c3&sel=289074279">MarketPlays</a></h1><h4>Ниже цен просто нет</h4></div>
<div class="content">
<div class="double-content">
<h1>Какой-то контент</h1>
<div class="sidebar-1">
<div class="double-sidebar-1">
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
* {
margin: 0;
padding: 0;
}
.header {
background-color: #b3fcfa;
height: 110px;
font-size: 1em;
}
.truble-header {
padding-left: 400px;
color: #000;
font-family: 'Anton', sans-serif;
margin-bottom: 45px;
}
.truble-header h1, .truble-header h1 a, .truble-header h1 a:hover {
color: #000;
letter-spacing: 0.1em;
text-decoration: none;
font-family: 'Anton', sans-serif;
}
.content {
background-color: #b3fcfa;
height: 300px;
font-size: 0.7em;
font-family: 'Anton', sans-serif;
padding-left: 400px;
}
.sidebar-1 {
background-color: #b3fcfa;
height: 1px;
}