Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Bootstrap 4 Social Network Post - TheMashaBrand"
Bootstrap 4.1.1 Snippet by
TheMashaBrand
4.1.1
social
Preview
HTML
CSS
View Full Screen
Fork
Fork this
103.8K
 
80 Fav
Post to Facebook
Tweet this
<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"> <p class="m-0">Benjamin Robinson</p> <small><span><i class="icon ion-md-pin"></i> Nairobi, Kenya</span></small> <small><span><i class="icon ion-md-time"></i> 10 hours ago</span></small> </div> </div><!--/ media --> </div><!--/ cardbox-heading --> <div class="cardbox-item"> <img class="img-fluid" src="http://www.themashabrand.com/templates/bootsnipp/post/assets/img/1.jpg" alt="Image"> </div><!--/ cardbox-item --> <div class="cardbox-base"> <ul class="float-right"> <li><a><i class="fa fa-comments"></i></a></li> <li><a><em class="mr-5">12</em></a></li> <li><a><i class="fa fa-share-alt"></i></a></li> <li><a><em class="mr-3">03</em></a></li> </ul> <ul> <li><a><i class="fa fa-thumbs-up"></i></a></li> <li><a href="#"><img src="http://www.themashabrand.com/templates/bootsnipp/post/assets/img/users/3.jpeg" class="img-fluid rounded-circle" alt="User"></a></li> <li><a href="#"><img src="http://www.themashabrand.com/templates/bootsnipp/post/assets/img/users/1.jpg" class="img-fluid rounded-circle" alt="User"></a></li> <li><a href="#"><img src="http://www.themashabrand.com/templates/bootsnipp/post/assets/img/users/5.jpg" class="img-fluid rounded-circle" alt="User"></a></li> <li><a href="#"><img src="http://www.themashabrand.com/templates/bootsnipp/post/assets/img/users/2.jpg" class="img-fluid rounded-circle" alt="User"></a></li> <li><a><span>242 Likes</span></a></li> </ul> </div><!--/ cardbox-base --> <div class="cardbox-comments"> <span class="comment-avatar float-left"> <a href=""><img class="rounded-circle" src="http://www.themashabrand.com/templates/bootsnipp/post/assets/img/users/6.jpg" alt="..."></a> </span> <div class="search"> <input placeholder="Write a comment" type="text"> <button><i class="fa fa-camera"></i></button> </div><!--/. Search --> </div><!--/ cardbox-like --> </div><!--/ cardbox --> </div><!--/ col-lg-6 --> <div class="col-lg-3"> <div class="shadow-lg p-4 mb-2 bg-white author"> <a href="http://www.themashabrand.com/">Get more from themashabrand.com</a> <p>Bootstrap 4.1.0</p> </div> </div><!--/ col-lg-3 --> </div><!--/ row --> </div><!--/ container --> </section>
/* * * =========================================================== * 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; align-items: center; text-align: center; } .cardbox .float-right .dropdown-menu{ position: relative; left: 13px !important; } .cardbox .float-right a:hover{ background: #f4f4f4 !important; } .cardbox .float-right a.dropdown-item { display: block; width: 100%; padding: 4px 0px 4px 10px; clear: both; font-weight: 400; font-family: 'Abhaya Libre', serif; font-size: 14px !important; color: #848484; text-align: inherit; white-space: nowrap; background: 0 0; border: 0; } /* ------------------------------- */ /* Media Section ---------------------------------- */ .media { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; } .d-flex { display: -ms-flexbox !important; display: flex !important; } .media .mr-3{ margin-right: 1rem !important; } .media img{ width: 48px !important; height: 48px !important; padding: 2px; border: 2px solid #f4f4f4; } .media-body { -ms-flex: 1; flex: 1; padding: .4rem !important; } .media-body p{ font-family: 'Rokkitt', serif; font-weight: 500 !important; font-size: 14px; color: #88898a; } .media-body small span{ font-family: 'Rokkitt', serif; font-size: 12px; color: #aaa; margin-right: 10px; } /* ------------------------------- */ /* Cardbox Item ---------------------------------- */ .cardbox .cardbox-item { position: relative; display: block; } .cardbox .cardbox-item img{ } .img-responsive{ display: block; max-width: 100%; height: auto; } .fw { width: 100% !important; height: auto; } /* ------------------------------- */ /* Cardbox Base ---------------------------------- */ .cardbox-base{ border-bottom: 2px solid #f4f4f4; } .cardbox-base ul{ margin: 10px 0px 10px 15px!important; padding: 10px !important; font-size: 0px; display: inline-block; } .cardbox-base li { list-style: none; margin: 0px 0px 0px -8px !important; padding: 0px 0px 0px 0px !important; display: inline-block; } .cardbox-base li a{ margin: 0px !important; padding: 0px !important; } .cardbox-base li a i{ position: relative; top: 4px; font-size: 16px; color: #8d8d8d; margin-right: 15px; } .cardbox-base li a span{ font-family: 'Rokkitt', serif; font-size: 14px; color: #8d8d8d; margin-left: 20px; position: relative; top: 5px; } .cardbox-base li a em{ font-family: 'Rokkitt', serif; font-size: 14px; color: #8d8d8d; position: relative; top: 3px; } .cardbox-base li a img{ width: 25px; height: 25px; margin: 0px !important; border: 2px solid #fff; } /* ------------------------------- */ /* Cardbox Comments ---------------------------------- */ .cardbox-comments{ padding: 10px 40px 20px 40px !important; font-size: 0px; text-align: center; display: inline-block; } .cardbox-comments .comment-avatar img{ margin-top: 1px; margin-right: 10px; position: relative; display: inline-block; text-align: center; width: 40px; height: 40px; } .cardbox-comments .comment-body { overflow: auto; } .search { position: relative; right: -60px; top: -40px; margin-bottom: -40px; border: 2px solid #f4f4f4; width: 100%; overflow: hidden; } .search input[type="text"] { background-color: #fff; line-height: 10px; padding: 15px 60px 20px 10px; border: none; border-radius: 4px; width: 350px; font-family: 'Rokkitt', serif; font-size: 14px; color: #8d8d8d; height: inherit; font-weight: 700; } .search button { position: absolute; right: 0; top: 0px; border: none; background-color: transparent; color: #bbbbbb; padding: 15px 25px; cursor: pointer; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } .search button i { font-size: 20px; line-height: 30px; display: block; } /* ------------------------------- */ /* Author ---------------------------------- */ .author a{ font-family: 'Rokkitt', serif; font-size: 16px; color: #00C4CF; } .author p{ font-family: 'Rokkitt', serif; font-size: 16px; color: #8d8d8d; }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
Great Work
xrcwrn
()
-
5 years ago
-
Reply
0
- Now
e
xhat007
(1)
-
4 years ago
-
Reply
0
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76