forked from 4GeeksAcademy/MatiasRivas-InstagramPost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.91 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
<html>
<header>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
</header>
<body>
<div class="post">
<div class="post-header">
<i class="fa-brands fa-html5 fa-2x"></i>
<p><b>HTML5</b><br>Matias</p>
<div class="post-header2">
<i class="fa-solid fa-ellipsis-vertical fa-1.6x"></i>
</div>
</div>
<div class="post-img"><img src="https://www.infobae.com/new-resizer/JgpqrjpSJq8LHnspBvqjJ0S66UQ=/1440x1080/filters:format(webp):quality(85)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2018/07/05182149/dogecoin-1.jpg" alt="doge"></div>
<div class="post-icons">
<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="post-icons2">
<i class="fa-regular fa-bookmark"></i>
</div>
<div class="post-body">
<p> Liked by <b>4GeeksAcademy, html5, Web</b> and <b>100,000 others</b></p>
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit metus at congue, malesuada sodales penatibus faucibus augue vulputate montes posuere venenatis sem, pellentesque per vel mollis cras magna proin imperdiet massa. Torquent curae donec a volutpat et cubilia eros commodo maecenas</p>
</div>
</div>
</body>
</html>