-
Notifications
You must be signed in to change notification settings - Fork 0
/
e6.html
40 lines (38 loc) · 1.62 KB
/
e6.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Search one</title>
<link rel="stylesheet" href="styles/e6.css">
</head>
<body>
<div>
<input class="search1" type="text" placeholder="Search"><br>
<input class="search2" type="text" placeholder="Search Google or type a URL"><br>
<span class="email">Email</span><br>
<input class="input" type="text">
<p class="p1">By clicking Agree & Join. you agree to the privacy policy.</p>
<button class="but1">Agree & Join</button>
<hr><hr><br>
<div class="tit">
<img class="cat1" src="thumbnail/cat.jpg" alt="">
<input type="text" class="text-box" placeholder="what's happening?">
<button class="tweet">tweet</button>
</div><hr>
<div class="profile"><img class="profile-picture" src="thumbnail/cat.jpg" alt="cat image">
<p class="oliver">Oliver</p>
<p class="mutual">2 mutual friends</p>
<button class="add">Add Friend</button>
<div class="profile"><img class="profile-picture" src="thumbnail/cat.jpg" alt="cat image">
<p class="oliver">itadori</p>
<p class="mutual">3 mutual friends</p>
<button class="add">Add Friend</button>
<div class="profile"><img class="profile-picture" src="thumbnail/cat.jpg" alt="cat image">
<p class="oliver">nobaro</p>
<p class="mutual">4 mutual friends</p>
<button class="add">Add Friend</button>
</div>
</div>
</body>
</html>