<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BB</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<div class="container">
<div class="heading clearfix">
<img src="img/logo.jpg" alt="BB" class="logo">
<nav>
<ul class="menu">
<li>
<a href="button 3.html">о нас</a>
</li>
<li>
<a href="button 4.html">ваш заказ</a>
</li>
<li>
<a href="button 5.html">войти</a>
</li>
</ul>
</nav>
</div>
<div class="titles">
<div class="titles__first">
DESIGNED BY DANIIL BAKUNIN
</div>
<h1>
ДИЗАЙН - ЭТО ПРОСТО.
</h1>
</div>
<a class="button" href="button 1.html">НАЧАТЬ СОЗДАНИЕ</a>
</div>
</header>
</section>
<section id="portfolio__2">
<div class="container">
<div class="titles__second">
<h2>
НАШИ ГАРАНТИИ
</h2>
</div>
<div class="services clearfix">
<div class="services__item">
<img src="img/icon 1.png" alt="Usluga">
<p>
Все ваши предпочтения будут учтены и реализованы профессионалами в поставленные вами сроки.
Нам важно чтобы вы получили тот проект, который задумали изначально.
</p>
</div>
<div class="services__item">
<img src="img/icon 2.png" alt="Usluga">
<p>
После утверждения вашего проекта с дизайнером, вы регулярно будите получать отчет о проделанной работе, и при неообходимости, в любой момент сможете внести корректировки или одобрить сделанное.
</p>
</div>
<div class="services__item">
<img src="img/icon 3.png" alt="Usluga">
<p>
Как только заказ будет утвержден или выпущен, он сразу же встанет на пробный трехмесячный ПРЕМИУМ период, и все это время ему будут предоставляться бесплатный хост и место в облаке нашей компании.
</p>
</div>
</div>
</div>
</section>
</section>
<section id="portfolio">
<div class="container">
<div class="titles__third">
<h3>
ДРУЖНОЕ НАЧАЛО
</h3>
</div>
<div class="services clearfix">
<div class="services__item">
<img src="img/icon 4.png" alt="Usluga">
<h4>Виталик Ким
<p>
Учтивый молодой программист, не поскупится на веселую историю, в процессе утверждения очередного проекта. Самая известная и вместе с тем популярная работа Виталия - сайт магазина одежды O'STIN.
</p>
</h4>
</div>
<div class="services__item">
<img src="img/icon 5.png" alt="Usluga">
<h4>Костя Чинавой
<p>
Довольно известный в узких кругах веб-дизайнер под именем чинавой. Безкомпромиссные качества Кости - преданность к собственному делу, и уважение труда других людей.
</p>
</h4>
</div>
<div class="services__item">
<img src="img/icon 6.png" alt="Usluga">
<h4>Мария Эклерная
<p>
Последняя по списку, но не по значению. Талантливый, строгий руководитель, не терпящий ошибок.
</p>
</h4>
</div>
</div>
</div>
</section>
</body>
</html>
<div class="container">
</section>
<footer>
<div class="container">
</div>
==================================
body {
font-family: Arial, sans-serif;
color: #222222;
padding: 0;
margin: 0;
}
.clearfix:after {
content: '';
display: table;
width: 100%;
clear: both;
}
div {
box-sizing: border-box;
margin-right: 40px;
}
header {
background: url(../img/fon.jpg) no-repeat center top / cover;
height: 1000px;
}
.container {
width: 1000px;
margin: 0 auto;
}
.logo {
margin-top: 50px;
width: 100px;
height: 80px;
float: left;
}
nav {
margin-top: 50px;
float: right;
}
.menu {
padding: 0;
margin: 0;
display: block;
}
.menu li {
float: left;
display: block;
margin-right: 50px;
}
.menu li a {
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 15px;
}
.titles__first {
color: grey;
text-transform: uppercase;
text-align: center;
font-size: 10px;
}
h1 {
font-size: 40px;
color: #fff;
text-transform: uppercase;
text-align: center;
margin: 30px;
font-size: 45px;
}
h2 {
font-size: 45px;
color: black;
margin-top: 30px;
}
h3 {
font-size: 45px;
color: black;
margin-top: 30px;
}
.button {
background: #fed136;
color: black;
border-radius: 5px;
display: block;
width: 400px;
padding: 20px 0;
margin: 0 auto;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 45px;
margin-top: 200px;
margin-bottom: 700px;
}
.title {
padding-top: 115px;
}
.title h2 {
font-size: 40px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
margin: 0;
}
.title p {
color: #777777;
text-align: center;
font-size: 16px;
margin-top: 5px;
}
p {
text-align: center;
color: #828282;
margin-right: 1px;
}
.titles__second {
text-align: center;
color: black;
font-size: 16px;
margin-top: 5px;
}
.titles__third {
text-align: center;
color: black;
font-size: 16px;
margin-top: 5px;
}
.services {
margin-top: 80px;
}
.services__item {
width: 270px;
float: left;
text-align: center;
padding: 20px 0;
margin: 0 auto;
padding-bottom: 150px;
}
.services__item h3 {
font-size: 18px;
margin-bottom: 10px;
text-align: center;
}
.services__item p {
font-size: 20px;
color: #777777;
line-height: 1.3em;
padding: 20px 0;
margin: 1000 auto;
}
.services__item:last-child {
float: right;
}
.services__item:nth-child(2) {
margin-left: 60px;
}
#services {
padding-bottom: 150px;
}
#portfolio {
background: #e6e6e6;
padding-bottom: 1000px;
padding: 1000;
margin: 1000;
padding-bottom: 1000px;
}
#portfolio__2 {
background: white;
padding-bottom: 1000px;
padding: 1000;
margin: 1000;
}
#port {
background: #f7f7f7;
padding-bottom: 1000px;
margin-top: 50px;
}
.works img {
margin-top: 70px;
float: left;
}
.works img:last-child {
float: right;
}
.works img:nth-child(2) {
margin-left: 400px;
}