-
Notifications
You must be signed in to change notification settings - Fork 0
/
bed-room.html
90 lines (72 loc) · 2.4 KB
/
bed-room.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/TR/xhtml1" xml:lang="en" lang="en">
<head>
<title>Farah Furniture Store</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- <h1>Farah Furniture Store</h1> -->
<!-- <h1>sdsd</h1> -->
<header>
<div id="landscape"><img src="logo.png" /></div>
<nav>
<ul>
<a href="index.html"><li>Home</li></a>
<a href="categories.html" class="active"><li>Categories</li></a>
<a href="purchase.html"><li>Purchase</li></a>
<a href="contact-us.html"><li>Contact Us</li></a>
</ul>
</nav>
</header>
<div class="category-name">
<h2>Bed Room</h2>
</div>
<div class="row">
<div class="">
<img src="products/bed.png" alt="">
<p>
<span>Bed</span><br /><span>12900LE</span><br /><strong>Category: </strong>Bed Room<br /><strong>Code: </strong>2007
</p>
</div>
<div class="">
<img src="products/wardrobe.png" alt="">
<p>
<span>Wardrobe</span><br /><span>13600LE</span><br /><strong>Category: </strong>Bed Room<br /><strong>Code: </strong>2008
</p>
</div>
</div>
<div class="row">
<div class="">
<img src="products/chest.png" alt="">
<p>
<span>Chest</span><br /><span>795LE</span><br /><strong>Category: </strong>Bed Room<br /><strong>Code: </strong>2009
</p>
</div>
<div class="">
<img src="products/standing-mirror.png" alt="">
<p>
<span>Standing Mirror</span><br /><span>1295LE</span><br /><strong>Category: </strong>Bed Room<br /><strong>Code: </strong>2010
</p>
</div>
</div>
<div class="row">
<div class="">
<img src="products/chair-bed.png" alt="">
<p>
<span>Chair Bed</span><br /><span>14685LE</span><br /><strong>Category: </strong>Bed Room<br /><strong>Code: </strong>2011
</p>
</div>
<div class="">
<img src="products/soda-bed.png" alt="">
<p>
<span>Sofa Bed</span><br /><span>15495LE</span><br /><strong>Category: </strong>Bed Room<br /><strong>Code: </strong>2012
</p>
</div>
</div>
<div class="logo-color" style="text-align:center;">
<img src="Logo.png" alt="">
</div>
</body>
</html>