-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgservice.html
104 lines (100 loc) · 1.49 KB
/
gservice.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!doctype html>
<html>
<head>
<style>
ul
{
margin-left:0px;
margin-top:10px;
list-style: none;
}
ul li
{
float:center;
width: 225px;
height: 40px;
background-color:#E89E00;
opacity:;
line-height: 40px;
text-align: center;
font-size: 20px;
margin-top:12px;
border-radius: 20px;
border: 4px solid black;
z-index: -1;
}
ul li a
{
text-decoration:none;
color:#000000;
display:block;
}
ul li a:hover
{
background-color: #E93D13 ;
border-radius: 20px;
}
ul li ul li
{
display:none;
font-size: 15px;
}
ul li:hover ul li
{
display:block;
}
h1
{
color: black;
font-weight:bold;
font-size:50px;
text-align:center;
background-color:#E89E00;
}
#f1
{
width: 260px;
height: 240px;
position: absolute;
left:980px;
top: 125px;
z-index: -1;
border: 2px solid black;
border-radius:20px;
}
#f2
{
width: 560px;
height: 440px;
position: absolute;
left:350px;
top: 115px;
z-index: -1;
border-radius:20px;
}
</style>
<title>AVENUE: GUEST SERVICE
</title>
</head>
<body background="123.jpg">
<h1>
AVENUE: GUEST SERVICE
</h1>
<ul>
<b>
<li><a><a href="hms.html">HOME</a></li>
<li><a><a href="reception.html">RECEPTION</a></li>
<li><a HREF="guest.HTML">MY DETAILS</a></a>
<li><a><a href="event.html">EVENTS</a></a></li>
<li><a><a href="forget.html">CHANGE PASSWORD</a></a>
<li><a><a href="rservice.html">ROOM SERVICE</a></li>
<li><a><a href="renew.html">RENEW SERVICES</a></a></li>
</b>
</ul>
<IMG SRC="g123.png" id="f2">
<IMG SRC="log.png" id="f1">
<br>
<br>
<img src="q.jpg" height="245" width="1280">
</body>
</html>