-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
76 lines (71 loc) · 1.25 KB
/
About.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
<!DOCTYPE html>
<html>
<head>
<title>StreamsYjd Events Management</title>
<style>
ul{
float: right;
list-style-type: none;
margin:30px;
}
ul li{
display: inline-block;
}
ul li a{
text-decoration: none;
color:blue;
padding:5px 20px;
border: 1px solid transparent;
transition: 0.6s ease;
}
ul li a:hover{
background-color:blue;
color: black;
}
ul li.active a{
background-color:blue;
color: black;
}
h3
{
font-size: 25px;
text-align: center;
}
</style>
</head>
<body>
<header>
<h3>StreamsYjd Events Management</h3>
<div>
<ul>
<li class=""><a href="index.html">Home</a></li>
<li class=""><a href="Gallery.html">Gallery</a></li>
<li class="active"><a href="About.html">About</a></li>
<li class=""><a href="Book Events.html">Book Events</a></li>
</ul>
</div>
<p>
We Make your events a memorable one,Birthday parties,Wedding parties,Conference meetings,Shows and so many other events, So why not take advantage of our
<ol>
<li>
over 3000 space capacity
</li>
<li>
Fully air conditioned areas
</li>
<li>
Secured Areas
</li>
<li>
over 750 seats capacity
</li>
<li>
Affordable price
</li>
</ol>
</p>
<h5>
For Enquires call: 08157714464, +13068807118
</h5>
</body>
</html>