"Bootstrap 4 Social Network Post - TheMashaBrand"
Bootstrap 4.1.1 Snippet by TheMashaBrand

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href="https://fonts.googleapis.com/css?family=Rokkitt" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- ==============================================
Hero
=============================================== -->
<section class="hero">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3">
<div class="cardbox shadow-lg bg-white">
<div class="cardbox-heading">
<!-- START dropdown-->
<div class="dropdown float-right">
<button class="btn btn-flat btn-flat-icon" type="button" data-toggle="dropdown" aria-expanded="false">
<em class="fa fa-ellipsis-h"></em>
</button>
<div class="dropdown-menu dropdown-scale dropdown-menu-right" role="menu" style="position: absolute; transform: translate3d(-136px, 28px, 0px); top: 0px; left: 0px; will-change: transform;">
<a class="dropdown-item" href="#">Hide post</a>
<a class="dropdown-item" href="#">Stop following</a>
<a class="dropdown-item" href="#">Report</a>
</div>
</div><!--/ dropdown -->
<div class="media m-0">
<div class="d-flex mr-3">
<a href=""><img class="img-fluid rounded-circle" src="http://www.themashabrand.com/templates/bootsnipp/post/assets/img/users/4.jpg" alt="User"></a>
</div>
<div class="media-body">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
/*
*
* ===========================================================
* HERO SECTION
* ===========================================================
*
*/
.hero {
padding: 6.25rem 0px !important;
margin: 0px !important;
}
.cardbox {
border-radius: 3px;
margin-bottom: 20px;
padding: 0px !important;
}
/* ------------------------------- */
/* Cardbox Heading
---------------------------------- */
.cardbox .cardbox-heading {
padding: 16px;
margin: 0;
}
.cardbox .btn-flat.btn-flat-icon {
border-radius: 50%;
font-size: 24px;
height: 32px;
width: 32px;
padding: 0;
overflow: hidden;
color: #fff !important;
background: #b5b6b6;
display: flex;
flex-direction: column;
justify-content: center;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

Great Work

xrcwrn () - 4 years ago - Reply 0


e

xhat007 (1) - 3 years ago - Reply 0