-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (55 loc) · 947 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="search_icon.jpg"/>
<style>
html{
height:5%;
width:90%;
}
div img{
position:relative;
margin:8% 50% 50% 45%;
height:15%;
width:15%;
}
#intro{
position:relative;
margin:-630px 0px 500px 30px;
text-align:center;
font-size:50px;
font-family:Verdana;
}
#search{
position:relative;
margin:-480px 0px 500px 400px;
font-family:Verdana;
color:#aaf0d1;
}
input{
height:40px;
width:450px;
postion:relative;
margin-top:-10px;
border:2px solid #7d8ee2;
font-family:ariel;
color:#073E87;
font-size:200%;
}
#icon{
position:relative;
margin:-59px 0px 0px 370px;
height:220px;
width:220px;
}
</style>
<title>Welcome To Droplet</title>
</head>
<body>
<div id="image"><img src="droplet.jpg"/></div>
<div id="intro"><p>Droplet<p></div>
<div id="search"><p>Search:</p>
<input type="text" name="searchquery" ><div id="icon"><a href="searchres.html"><img src="search_icon.jpg"/></a></div>
</div>
</body>
</html>