-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (41 loc) · 1.36 KB
/
index.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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="insta.css">
<title>Instagram</title>
</head>
<body>
<div class="header">
<a href="#">
<img src="cam.png" style="height:50px;">
</a>
<h1 class="logo">
<a href="#">
<img src="logo.png" style="height:50px;">
</a></h1>
<a href="#">
<img src="send.png" style="height:50px; float: right; margin-top: -70px;">
</a>
</div>
<div class="footer">
<a href="#">
<img src="home.png" style="height:50px;">
</a>
<a href="#">
<img src="igtv.png" style="height:50px;">
</a>
<a href="#">
<img src="search.png" style="height:50px;">
</a>
<a href="#">
<img src="post.png" style="height:50px;">
</a>
<a href="#">
<img src="activity.png" style="height:50px;">
</a>
<a href="#">
<img src="pic.png" style="height:40px; width: 40px; border-radius: 50%; margin-top: 5px;">
</a>
</div>
</body>
</html>