-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
54 lines (38 loc) · 1.63 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Weta || Welcome .. </title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body style="background:darkslategray;">
<header>
<div class="header">
<a href="index.html" class="logo"><img src="images/logo_webby.jpg" width="50px" height="50px"></img></a>
<nav class="header-right">
<a href="home.html" id="home">Home</a>
<a href="about.html" id="about">About</a>
<a href="contact.html" class="active" id="contact">Contact</a>
<a href="join_us.html" id="our_goal">Join Us</a>
</nav>
</div>
</header>
<div id="rightus" style="margin:10px 25% 0 25%; box-shadow:4px 4px 4px 4px coral; border:3% solid forestgreen; border-radius:20px ; width:50%; height:500px; background:silver;">
<div style="width:80%; color:white; font-size:100%; height:300px ; box-shadow:4px 4px 4px 4px #333; border-radius:20px; margin-top:70px;margin-left:10%; background:lightsalmon; text-align: center; float:right">
<div style="width:80%; color:white; height:300px ; box-shadow:4px 4px 4px 4px #333; border-radius:20px; margin-top:70px;margin-left:10%; background:gray; text-align: center; float:right">
<img src="images/cont1s.png" height="70px" width="100%">
<p style=" color:orangered;">
<p>Name - Balaram Kunam</p>
<p>Ph.no - 6300076345</p>
<hr>
<p>Location - NIT Silchar</p>
<hr>
<p>Email - webbdays@gmail.com</p>
</p>
<hr>
******* Have a Nice Day *******
</div>
</div>
</div>
</body>
</html>