-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle.html
More file actions
47 lines (41 loc) · 1.14 KB
/
google.html
File metadata and controls
47 lines (41 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<p class="left-side hover">About</p>
<p class="left-side hover">Store</p>
<button class="right-side ">Sgin in</button>
<div class="right-side list">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<p class="right-side hover">Images</p>
<p class="right-side hover">Gmail</p>
</header>
<br><br><br><br><br><br>
<section>
<img src="google icon.png">
<br><br>
<input type="text" autofocus>
<br><br>
<article class="button">
<button>Google Search</button>
<button>I'm Feeling Lucky</button>
</article>
</section>
</body>
</html>