-
Notifications
You must be signed in to change notification settings - Fork 0
/
group tour.html
47 lines (47 loc) · 863 Bytes
/
group tour.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
<html>
<head>
<title>group tours</title>
<style>
body{
background: url("https://c4.wallpaperflare.com/wallpaper/627/45/142/winter-snowflakes-background-winter-wallpaper-preview.jpg");
background-repeat: no-repeat;
background-size: 100%;
text-align: center;
}
ul {
max-width: 350px;
margin: 0 auto 0 auto;
text-align: left;
line-height: 1;
}
li{
margin: auto;
}
h1{
font-family: Algerian;
font-size: 4rem;
margin-bottom: 0;
}
</style>
</head>
<body>
<h1><font color="red"><u>GROUP TOURS</font color></u></h1>
<font color="teal"><font size=7><ul>
<li>Andaman</li>
<li>Goa</li>
<li>Gujrat</li>
<li>Himachal</li>
<li>Kashmir</li>
<li>Kerala</li>
<li>Madhya Pradesh</li>
<li>North East</li>
<li>Rajasthan</li>
<li>South India</li>
<li>Africa</li>
<li>America</li>
<li>Australia</li>
<li>Europe</li>
<li>Dubai</li>
</ul></font size></font color>
</body>
</html>