-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (59 loc) · 1.9 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
<!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>Furniture Store</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<nav>
<h1>Furniture Store</h1>
<ul>
<li>Home </li>
<li>About us</li>
<li>Furniture</li>
<li>Blog</li>
</ul>
<button>Contact us</button>
</nav>
<div class="one">
<div class="left">
<h1>Furniture that everyone <br>love</h1>
<p>Lorem ipsum dolor, sit amet consectetur Inventore adipisci <br> consequatur qui magnam nemo iste repellen!</p>
<button class="bu">Buy now</button>
<button class="ex">Explore</button>
</div>
<div class="right">
</div>
</div>
<div class="down">
<div class="one-two">
<h1>Why are we best <br>in town</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis, velit.</p>
</div>
<div class="two">
<div class="image"></div>
<div class="write">
<h1>Green chair <br> metal <br>$35</h1>
</div>
</div>
<div class="three">
<div class="photo"></div>
<div class="ted">
<h1>Plant with wooden <br>$30</h1>
</div>
</div>
<div class="four">
<div class="photoc"></div>
<div class="teddy">
<h1>Done with the Day <br>$88 </h1>
</div>
</div>
</div>
<div class="page"></div>
</div>
</body>
</html>