-
Notifications
You must be signed in to change notification settings - Fork 0
/
GoogleUpdate2.html
152 lines (116 loc) · 2.86 KB
/
GoogleUpdate2.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!doctype>
<html>
<head>
<link rel="stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>google.com</title>
<style>
p.right{
padding: 15px;
text-align: right
}
p.center{
text-align: center
}
p.bottom{
padding: 11px;
bottom: 0px;
font-size: 17px;
text-align:left;
color:black;
background-color: gainsboro
}
div {
text-align: center;
}
.footer{
padding: 11px;
position: fixed;
text-align: left;
bottom: 0px;
width: 100%;
border: 1px solid grey;
background-color: gainsboro
}
.footer1{
padding: 11px;
position: fixed;
text-align: left;
bottom: 40.5px;
width: 100%;
border: 1px solid grey;
background-color: gainsboro;
}
input[type=text] {
width: 30%;
padding: 12px 20px 12px 40px;
margin: 0px 0;
background-image:transparent;
box-sizing: border-box;
border: 0.5px solid grey;
border-radius: 29px;
margin-right: 20px;
}
input:focus{
outline:none;
box-shadow: 0 0 5px #719ECE;
}
cursor:hover{
box-shadow: 0 0 5px #719ECE;
}
.button {
background-color: light grey; /* Green */
border: hidden;
color: black;
padding: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
. button3 {border-radius: 12%}
button.bt{
float: center;
padding:6px 10px;
margin-top: 7px;
margin-right: 10px;
left: 535px;
background: transparent;
font-size: 17px;
border: none;
cursor:pointer;
border-radius:12px;
position:absolute;
}
</style>
</head>
<body>
<div>
<!-- <p><img src="google.png" > </p> -->
<p class="right">Gmail Images </p>
<br>
<br>
<br>
<br>
<br>
<p class="center"><img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" > </p>
<form>
<button type="submit" class="bt" ><i class="fa fa-search"></i></button>
<input type="text" class="center" name="search" >
</form>
<br>
<button class="button button3">Google Search</button>
<button class="button button3">I'm feeling lucky</button>
<br>
<br>
<p> Google offered in: <span style=color:blue> हिन्दी বাংলা తెలుగు मराठी தமிழ் ગુજરાતી ಕನ್ನಡ മലയാളം ਪੰਜਾਬੀ</span> </p>
</div>
<div class="footer1 ">India</div>
<div class="footer" > Adverisments Business About How searchworks
</div>
</body>
</html>