-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact1.php
115 lines (102 loc) · 1.9 KB
/
contact1.php
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
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<head>
<style>
#header {
background-color:yellowgreen;
color:white;
text-align:center;
padding:5px;
font-family: cursive;
}
#nav {
line-height:30px;
background-color:#CCFFFF;
height:650px;
width:50%;
float:left;
padding:5px;
}
#rightnav {
line-height:30px;
background-color:#eeeeee;
height:550px;
width:50%;
float:left;
padding:5px;
}
#section {
width:350px;
float:left;
padding:10px;
}
#pp
{
font-style: italic;
font-family: -webkit-pictograph;
font-weight: bolder;
font-stretch: ultra-expanded;
font-kerning: inherit;
fill-opacity: initial;
}
#footer {
background-color:yellowgreen;
color:white;
clear:both;
text-align:center;
padding:5px;
font-family: cursive;
}
img
{
width:300px;
height:300px;
border-radius:50%;
border-shadow:0 0 8px rgba(0,0,0,.8);
-webkit-box-shadow:0 0 8px rgba(0,0,0,.8);
border-4px solid #444;
}
.i
{
width:64px;
height:64px;
border-radius:.1%;
}
#ch
{
font-size:larger;
font-stretch: semi-condensed;
font-family: initial;
color: snow;
}
</style>
<link rel="stylesheet" type="text/css" href="test.css"/>
<link rel="stylesheet" type="text/css" href="woble.css"/>
</head>
<body>
<div id="header">
<a href="home2.php" align="left"><img class="i"src="bg/222.png" align="left" ></a></img>
<h1>CEG's Restaurent</h1>
</div>
<br><br><br><br><br><br><br>
<center>
<div class="lightshadow">
<pre id="ch">
Contact us:
CEG's Restaurent,Pvt ltd,
#27, College of Engineering,Guindy
Chennai-600025.
004-4286 4926
9965 999 159/160/161
</pre>
</div>
</center>
<br>
<br>
<br><br><br><br><br><br>
<div id="footer">
Copyright © baLa nd Arvindh :p
</div>
</body>
</html>