forked from 4GeeksAcademy/html-hello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (45 loc) · 2.1 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IGPost</title>
<link href="main.css" rel="stylesheet"/>
<link rel="stylesheet" href="https://kit.fontawesome.com/5c995ce94c.js" crossorigin="anonymous"></script>"
<script src="https://kit.fontawesome.com/5c995ce94c.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="post">
<div class="post-header">
<div class="iconos-header">
<div class="icono-html5">
<i class="fa-brands fa-html5"></i>
</div>
<div class="header-login">
<p><strong>HTML5</strong></p>
<p>Juli0li_</p>
</div>
</div>
<div class="icono-menu">
<i class="fa-solid fa-ellipsis-vertical fa"></i>
</div>
</div>
<div class="imgbox">
<img src="https://img.freepik.com/premium-photo/night-scene-with-pagoda-full-moon-generative-ai_791316-19087.jpg">
</div>
<div class="body-icons">
<div class="body-iconsizq">
<i class="fa-regular fa-heart"></i>
<i class="fa-regular fa-comment"></i>
<i class="fa-regular fa-paper-plane"></i>
</div>
<div class="body-iconsder">
<i class ="fa-regular fa-bookmark"></i>
</div>
</div>
<div class="body-text">
<div class= p1><p>Liked by<strong>4GeeksAcademy, html5, Web</strong>and<strong>100,000 others</strong></p></div>
<p>Returning home to your family after a difficult time feels like stepping into a warm embrace. The familiar sounds and comforting smells instantly ease the weight on your shoulders. Every smile, every touch, and every shared laugh reminds you that this is where you belong, where you are loved unconditionally.</p>
</div>
</body>
</html>