-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (64 loc) · 2.66 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
</head>
<body>
<div class="container">
<div class="outer-container">
<div class="banner-image">
<img src="./image/armchair-green-living-room-with-copy-space.jpg" alt="">
</div>
<div class="contact-icons">
<i class='bx bxs-phone-call'></i>
<i class='bx bxl-twitter' ></i>
<i class='bx bxl-instagram-alt' ></i>
<i class='bx bxl-facebook-circle' ></i>
</div>
<hr width="95%" size="0.1px" color="hsba(30, 5%, 89%, 0.36)">
<span class="top-line"></span>
<div class="home-page-top">
<div class="top">
<div class="logo">
<h1><i>L</i>ucky <i>F</i>urniture</h1>
<h1 class="hide"><i>LF</i></h1>
</div>
<div class="main-menu">
<ul>
<li><a href="">Home</a></li>
<li><a href="">Shop</a></li>
<li><a href="">Product</a></li>
<li><a href="">Contact</a></li>
</ul>
</div>
<div class="icons">
<ul>
<li><a href=""><i class='bx bxs-cart-alt' ></i></a></li>
<li><a href=""><i class='bx bx-search' ></i></a></li>
</ul>
<button class="btn-sign">Sign in</button>
</div>
</div>
</div>
<div class="content">
<h4>Furniture</h4>
<h1>Superior Living</h1>
<p>Lorem Ipsum is simply dummy text of the printing and <br> typesetting industry.</p>
<div class="btn-view-more">
<button>View More <i><i class='bx bx-right-arrow-alt' ></i></i></button>
</div>
</div>
</div>
<div class="shipping-details">
<div class="icon-shipping">
<img src="/public/images/blue-armchair-against-blue-wall-living-room-interior-elegant-interior-design-with-copy-space-ai-generative-2.jpg" alt="">
</div>
</div>
</div>
</body>
</html>