-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (37 loc) · 1.25 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
42
43
44
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equix="X-UA-Compatible"content="IE-edge">
<meta name="viewport"content="width-device-width",initial-scale="1.0">
<!--Google font icon-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel="stylesheet"href="style.css">
<title>Instagram</title>
</head>
<body>
<div class="header">
<div class="header__left">
<img src="logo.png" alt="">
<img src="logo9.jpg">
</div>
<div class="header__icons">
<i class="material-icons">add</i>
<i class="material-icons">launch</i>
</div>
</div>
<div class="img">
<div class="videos__thumbnail">
<div class="circular">
<img src="surbhi.jpg">
<img src="ananya.jpg">
</div>
<div class="text">
<p>John coder</p>
<p>London<span style="color:blue"></span>.Lubiscent layer</p>
<img src="https://img.youtube.com/vi/PpXUTUXU7Qc/maxresdefault.jpg" alt="" class="">
</div>
</div>
<div class="column">
<img src="menus.jpg" alt="">
</div>