-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiv-img.html
45 lines (37 loc) · 1.37 KB
/
div-img.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
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="div-img.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<title> Imagen Solita :'c </title>
</head>
<body>
<div class="post-ig">
<div class="header">
<div class="header-words">
<i class="fa-brands fa-instagram"></i>
<p><b>keila_methode</b></p>
<div class= location>
<i class="fa-solid fa-location-dot"></i>
<p>nature</p>
</div>
</div>
</div>
<div class= imagen>
<img src= "https://i.pinimg.com/564x/8f/9e/dd/8f9eddfed1f694c3d4fba7166dd4c039.jpg" alt="text">
</div>
<div class= post-body>
<div class= icons-footer>
<i class="fa-regular fa-heart"></i>
<i class="fa-regular fa-comment"></i>
<i class="fa-regular fa-paper-plane"></i>
<p><b> 1.999 likes</b></p>
</div>
<p> Esto es algo que quería mostrarles hace tiempo, escucha a las plantas</p>
<p> <b>#lolol #ajiai #okaoka #moo </p>
</div>
</div>
</body>
</html>