-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 848 Bytes
/
Copy pathindex.html
File metadata and controls
34 lines (30 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="ru">
<head>
<title>HP__БЭМ</title>
<!-- <! Подключаем CSS> -->
<link rel="stylesheet" href="css/style.css">
<!-- <! Кодировка страницы> -->
<meta http-equiv="Content type" content="text/html;charset=utf-8" />
</head>
<body>
<!-- Создаем блок background -->
<div class="background">
<div class="slider">
<div class="loyer">
<img src="img/icons/layer.png" alt="1">
</div>
<div class="text">
<h2 class="textH2">Clear, smart, attractive design</h2>
<p class="textFor"> for your app, logo, website</p>
</div>
<div class="button">
<a href="#" class="button-read">read more</a>
</div>
<div class="arrow-down">
<img src="img/icons/arrow_down.png" alt="2">
</div>
</div>
</div>
</body>
</html>