-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathRooms.html
49 lines (48 loc) · 1.81 KB
/
Rooms.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
<html>
<head>
<title> Rooms Section</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class = "banner">
<div class="navbar">
<img scr="images/logo.png" class = "logo">
<nav>
<ul>
<li><a herf="">Home</a></li>
<li><a herf="">About</a></li>
<li><a herf="">Register</a></li>
<li><a herf="">Sign-in</a></li>
</ul>
</nav>
<img scr="images/menu.jpg" class="menubar">
</div>
<div class = "row">
<div class="col">
<h1>Rooms</h1>
<p>All our guestrooms are elegantly furnished with handmade furniture include luxury en-suite
facilities with complimentary amenities pack, flat screen LCD TV, tea/coffee making facilities, fan,
hairdryer and the finest pure white linen and towels.</p>
<button type="button">Explore</button>
</div>
<div class="col">
<div class = "card card1">
<h5>Single Room</h5>
<p>Our Single Room provides views over landscaped gardens.</p>
</div>
<div class = "card card3">
<h5>Double Room</h5>
<p>Our Deluxe Twin/Large Double also provides views over landscaped gardens</p>
</div>
<div class = "card card3">
<h5>King-size Room</h5>
<p>Our king size sleigh bedded also provides views over landscaped gardens</p>
</div>
<div class = "card card4">
<h5>Suite Room</h5>
<p>providing the comfort and feel of a resort with teak wood furniture
and chic white marble bathroom</p>
</div>
</div>
</body>
</html>