-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (42 loc) · 1.87 KB
/
index.html
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Travel</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="content">
<div class="content-top">
<div class="content-top__category">TRAVEL</div>
<h1 class="content-top__title">Donec sed odio dui. Cras mattis consectetur purus <br> sit amet fermentum.</h1>
</div>
<div class="content__img">
<img src="img/image.jpg" alt="">
</div>
<div class="content-bottom">
<div class="content-bottom__text">
<p>Donec aredsed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum <br> at eros. Morbi leo risus, porta ac
consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor fringilla.
</p>
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis <br> vestibulum. Aenean eu leo quam. Pellentesque ornare
sem lacinia quam <br> venenatis vestibulum.
</p>
</div>
<div class="content-bottom-info">
<ul class="content-bottom-info-list">
<li>Put on this page information about your product</li>
<li>A detailed description of your product</li>
<li>Tell us about the advantages and merits</li>
<li> <span>Associate the page with the payment system</span></li>
</ul>
<a target="_blank" href="http://google.com" class="content-bottom-info__link">
<span>Full Story</span>
</a>
</div>
</div>
</div>
</body>
</html>