-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathid.html
25 lines (25 loc) · 1.35 KB
/
id.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
<div class="container">
<div class="d-lg-flex">
<div class="card border-0 me-lg-4 mb-lg-0 mb-4">
<div class="backgroundEffect"></div>
<div class="pic"> <img class=""
src="https://images.pexels.com/photos/374016/pexels-photo-374016.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500"
alt="">
<div class="date"> <span class="day">26</span> <span class="month">June</span> <span
class="year">2019</span> </div>
</div>
<div class="content">
<p class="h-1 mt-4">Finance And Legal Working Streams Occur Throughout</p>
<p class="text-muted mt-3">Far far away, behind the word mountains, far from the countries Vokalia and
Consonantia, there live the blind texts.</p>
<div class="d-flex align-items-center justify-content-between mt-3 pb-3">
<div class="btn btn-primary">Read More<span class="fas fa-arrow-right"></span></div>
<div class="d-flex align-items-center justify-content-center foot">
<p class="admin">Admin</p>
<p class="ps-3 icon text-muted"><span class="fas fa-comment-alt pe-1"></span>3</p>
</div>
</div>
</div>
</div>
</div>
</div>