-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/google
Copy pathMore file actions
77 lines (75 loc) · 1.71 KB
/google
Copy pathFile metadata and controls
77 lines (75 loc) · 1.71 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<style>
.container
{
margin-left: auto;
margin-right: auto;
}
.ab{
max-height: 100%;
max-width: 100%;
object-fit: contain;
object-position: center bottom;
width: auto;
}
.search-container button {
float: right;
padding: 6px 10px;
margin-top: 8px;
margin-right: 16px;
background: #ddd;
font-size: 17px;
border: none;
cursor: pointer;
}
body{
display:flex;
justify-content:center;
align-items:"center";
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: rgba(0,0,0,.54);
color: white;
text-align: center;
}
#button
{
background-color:grey;
}
</style>
<body>
<div class="container">
<div class="text-center">
<img src="a.png" width="272" height="92">
</div>
<break>
<div class="text-center">
<form action="/action_page.php">
<input type="text" placeholder="" name="search" >
<button type="submit"><i class="fa fa-search"></i></button>
</form>
<br>
<button id="button" class="btn">Google Search</button>
<button id="button" class="btn">I'm Feeling Lucky</button>
</div>
</div>
<div class="footer">
<p><a href="#">About</a></p>
<p><a href="#">Advertising</a></p>
</div>
</body>
</html>