-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (37 loc) · 1.33 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
<!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">
<!-- css -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<title>Slance</title>
</head>
<body>
<header class="header">
<div class="r">
<div class="triangle"></div>
</div>
<div class="h__pack">
<div class="header__input">
<input type="text" placeholder="SEARCH YOUR PRODUCT">
<i class="uil uil-search h__icons"></i>
</div>
<button class="h__button">
<h3>ALL PRODUCT</h3>
</button>
<div class="h__block">
<i class="uil uil-grip-horizontal-line h__icons "></i>
</div>
</div>
</header>
<section class="hero">
<h1>A <span> Throwback</span> that moves forward </h1>
<p>Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet.</p>
<button class="btn__blue">Shop now</button>
</section>
<h1 class="heading">Our <span>Best</span> Sellers</h1>
</body>
</html>