-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (51 loc) · 1.42 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
52
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>landing page</title>
<link rel="stylesheet" href="index.css" title="" type="" />
</style>
</head>
<body>
<header>
<div class="container">
<h1>Beauri</h1>
<h2>Let Your Skin Do The Talking</h2>
<a class="btn">Download Now</a>
</div>
</header>
<section class="feature">
<div class="container">
<div class="featur">
<img src="Skinhealth.png" alt="" />
<p>Skin Health</p>
</div>
<div class="featur">
<img src="makeup.png" alt="" />
<p>Make up tips</p>
</div>
<div class="featur">
<img src="facials.png" alt="" />
<p>Facials</p>
</div>
</div>
</section>
<section class="quote">
<blockquote class="container">
<p>"This is my goto for my skincare, my skin is radiant. The daily tips are awesome!."</p>
<cite>A Satisfied customer</cite>
</blockquote>
</section>
<footer>
<div class="container">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contacts</a></li>
</ul>
<p>© All Rights Reserved.</p>
</div>
</footer>
</body>
</html>