-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·107 lines (92 loc) · 1.92 KB
/
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
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
<!DOCTYPE html>
<html>
<html lamg="en">
<head>
<title>Code student cs google</title>
<center>
<div class="top right nav links">
<ul>
<li><a href="index 4.html">Advanced Search</a></li>
<li><a href="index 3.html">I'm Feeling Lucky</a></li>
<li><a href="index 2.html">Google Images</a></li>
</ul>
</div>
</center>
<style>
ul{
list-style-type: none;
overflow: hidden;
}
li{
float: right;
}
li a{
color: #000;
display: block;
text-align: center;
padding: 10px 10px;
text-decoration: none;
font-size:14px;
}
li a:hover {
text-decoration: underline;
}
</style>
</head>
<!--USE INLINE CSS-->
<body>
<center>
<div class="logo">
<a href="https://www.fbi.gov/news/apps/child-id-app">
<img src="logo87656.jpeg" style="width:px;height: 200px;"></a>
<a href="code pen1.html">
<img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" style="height: 50px;">
</a>
</div>
</center>
<style>
.logo{
margin-top:120px;
margin-bottom:0px;
}
</style>
<div></div>
<div></div>
<center>
<form action="https://www.google.com/search" >
</center>
<center>
<input type="text" name="q" name="search" placeholder="Search..">
</center>
</div>
<style>
input[type=text] {
width: 38%;
padding: 14px 12px;
margin: 30px 0;
box-sizing: border-box;
border: 2px solid rgb(228, 224, 224);
border-radius: 12px;
}
</style>
<div>
<center>
<input type="submit" value="Google Search">
</center>
</form>
</div>
<style>
input[type=submit] {
background-color: #efeaeaa4;
border: none;
color: rgb(0, 0, 0);
padding: 10px 16px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
border-radius: 0.4em;
font-size: 14px;
}
</style>
</body>
</html>