-
Notifications
You must be signed in to change notification settings - Fork 0
/
decoration.html
89 lines (73 loc) · 3.12 KB
/
decoration.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
<html>
<head>
<style>
#header {
background-color:black;
font-family: "Times New Roman", Georgia, Serif;
color:white;
text-align:center;
padding:5px;
}
#nav {
background-image:url(images/m1.jpg);
line-height:30px;
background-color:#eeeeee;
height:300px;
width:200px;
float:left;
padding:5px;
}
#section {
background-color:99CC66;
width:100%;
height:400px;
float:left;
padding:10px;
}
#footer {
background-color:black;
color:white;
clear:both;
text-align:center;
padding:5px;
}
</style>
</HEAD>
<div id="header">
<h1>PALAMWALLE WEDDING PLANNER</h1>
</div>
<table bgcolor="grey" cellspacing=10% cellpadding=10% width=100% >
<tr>
<td><button style="cursor: pointer;background-color:transparent;border-color:transparent" onclick="window.location.href='shubham.html'">HOME</button><td>
<td> <button style="cursor: pointer;background-color:transparent;border-color:transparent" onclick="window.location.href='decoration.html'">DECORATION</button><td>
<td ><button style="cursor: pointer;background-color:transparent;border-color:transparent" onclick="window.location.href='shubham.html#catering'">CATERING</button><td>
<td><button style="cursor: pointer;background-color:transparent;border-color:transparent" onclick="window.location.href='shubham.html#dresses'">DESIGNER DRESSES</button><td>
<td><button style="cursor: pointer;background-color:transparent;border-color:transparent" onclick="window.location.href='shubham.html#mehandi'">MEHANDI</button><td>
<td><button style="cursor: pointer;background-color:transparent;border-color:transparent" onclick="window.location.href='shubham.html#entertainment'">ENTERTAINMENT</button><td>
<td><button style="cursor: pointer;background-color:transparent;border-color:transparent" onclick="window.location.href='shubham.html# '">PHOTO GALLERY</button><td>
<td>
</tr>
</table><br>
<div style="background-color:99CC66; font-family: Times New Roman, Georgia, Serif; color:white; margin-top:0px; text-align:center; margin-left:20%;margin-right:20%; ">
<h1>DECORATION AND LOCATION</h1>
</div>
<center><table border=10 bordercolor=silver>
<tr><td><img src="images/1.jpg" HEIGHT=150 width=200 border=7></td>
<td><img src="images/2.jpg" HEIGHT=150 width=200 border=7></td>
<td><img src="images/3.jpg" HEIGHT=150 width=200 border=7></td>
<td><img src="images/4.jpg" HEIGHT=150 width=200 border=7></td>
<td><img src="images/5.jpg" HEIGHT=150 width=200 border=7></td></tr>
<tr>
<td><img src="images/6.jpg" HEIGHT=150 width=200 border=7></td>
<td><img src="images/7.jpg" HEIGHT=150 width=200 border=7></td>
<td><img src="images/8.jpg" HEIGHT=150 width=200 border=7></td>
<td><img src="images/9jpg" HEIGHT=150 width=200 border=7></td>
<td><img src="images/10.jpg" HEIGHT=150 width=200 border=7></td></tr>
<tr>
<td><img src="images/11.jpg" HEIGHT=150 width=200 border=7></td>
<td><img src="images/12.jpg" HEIGHT=150 width=200 border=7></td>
<td><img src="images/13.jpg" HEIGHT=150 width=200 border=7></td>
<td><img src="images/n.jpg" HEIGHT=150 width=200 border=7></td>
<td><img src="images/o.jpg" HEIGHT=150 width=200 border=7></td></tr>
</table>
</html>