generated from 4GeeksAcademy/html-hello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (39 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Post-Instagram</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div>
<div class="container">
<div class="post">
<div class="post-header">
<img src="https://cdn-icons-png.flaticon.com/512/22/22744.png"
alt="dog">
<h5>HTML5<br>
PEDRO</h5>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcShwMUkEOfqXrN62A1PWeLx4ZfdUD-IfjPqmAqp7NiH3g2Ilr0F-aTccjf4PoQh269aMh4&usqp=CAU"
alt="bars">
</div>
<div class="post-img">
<img src="https://picsum.photos/640/360"
alt="paisaje">
</div>
<div class="post-icons">
<img src="https://cdn-icons-png.flaticon.com/512/1077/1077035.png" alt="heart">
<img src="https://cdn-icons-png.flaticon.com/512/13/13673.png" alt="coment">
<img src="https://cdn-icons-png.flaticon.com/512/2983/2983788.png" alt="send">
<img src="https://cdn-icons-png.flaticon.com/512/8207/8207102.png" alt="guardar">
</div>
<div class="post-body">
<p>Liked by 4GeeksAcademy and PedroAguirregomezcortac. </p>
<p>Recuerdos de cuando visité Chile.</p>
</div>
</div>
</div>
</div>
</body>
</html>