-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-google.html
31 lines (22 loc) · 897 Bytes
/
index-google.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Google</title>
<link href="styles/reset.css" rel="stylesheet"> <!--css reset-->
<link href="styles/style-google.css" rel="stylesheet">
</head>
<body>
<div id = "flex-container">
<p class="images">Images</p>
<img src="images/extra-icon.png" alt="extra-logo" class="extra-logo">
<div class="sign-up"><p>Sign In</p></div>
</div>
<img src="images/googlelogo_color_272x92dp.png" alt="google-logo" class="google-logo">
<div class="search">
<img src="images/search-icon.png" alt="search-logo" class="search-logo">
<a href="#"><img src="images/mic-icon.png" alt="mic-logo" class="mic-logo"></a>
<input type="text" placeholder="" class="input">
</div>
</body>
</html>