-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (32 loc) · 958 Bytes
/
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
<!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" />
<link rel="stylesheet" href="style.css" />
<title>Smooth Skin</title>
</head>
<body>
<!-- updated index html -->
<main>
<article>
<span class="tag">SMOOTH</span>
<h1>
Safe, healthy, kissable<br /><span
>skincare for sensitive <br />skin.</span
>
</h1>
<p class="description">
Simple, smoothing, shimmering skincare products for
</p>
<p class="price">ONLY <var>$17.5</var></p>
<button>SHOP NOW</button>
<div class="social-media">
<a href="#">Facebook</a> - <a href="#">Youtube</a> -
<a href="#">Instagram</a> - <a href="#">Twitter</a>
</div>
</article>
</main>
</body>
</html>