-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrooms.html
71 lines (62 loc) · 2.48 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
*{
box-sizing: border-box;
}
body {
font-family: Arial;
font-size: 17px;
}
.container {
position: relative;
max-width: 1000px;
margin: 0 auto;
}
.container img{
vertical-align:bottom;
}
.container .content {
position: absolute;
bottom: 0;
background: rgb(0, 0, 0); /* Fallback color */
background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
color: #f1f1f1;
width: 100%;
padding: 20px ;
}
</style>
</head>
<body>
<center ><img src="logo.png" ></center><br>
<img src="rooms.jpg" width="100%"><br>
<h1><center>Room and Suites</center></h1>
<h4><center>From our one-of-a-kind Eloise Suite, to our ultra-luxurious Penthouse Suites, The Panache’s unparalleled accommodations are as unique as they are elegant.<br>
Our spacious guest rooms offer classic appointments and furnishings as can only be expected from New Delhi’s most legendary address. Our contemporary<br>
Legacy Suites offer beauty in every detail, some suites with striking partial views of Central Park, outdoor terraces, and connecting rooms and suites to<br>
transform your suite into a full-family home at New Delhi’s castle on Central Park South.
</center></h4><br>
<div class="container">
<img src="one of.jpg" style="width:100%;">
<div class="content">
<p>Timelessly elegant and extremely spacious,all Guest Rooms include a sitting area,<br>sumptuous bedding with the finest fabrics,and an oversize bathroomwith mosaic<br> floors and gold plated Sherle Wagner fixtures.
</p>
</div>
</div><br><br>
<div class="container">
<img src="suite.jpg" style="width:100%;">
<div class="content">
<p>Recently unveiled,The Legacy Suites deliver a luxurious,contemporary residental<br>style with heritage touches and traditional appointments.Each features sumptuous<br> materials, sophisticated decor, commissioned art and furniture as well as other<br>luxurious touches.</p>
</div>
</div><br><br>
<div class="container">
<img src="muli.jpg" style="width:100%;">
<div class="content">
<p>Some of our most luxurious rooms and suites connect to become living quarters fit for<br>large groups and families.Our two and three bedroom connecting suites are as <br>spacious as they are elegant.
</p>
</div>
</div>
</body>
</html>