In this Blockquote box you can see message with user image and name and it's status. this Blockquote design you can user in slider and in grid view. this Blockquote box is also responsive. and also you can use in message box.

We allows to free snippets of bootstrap blockquote example , you can download full code of bootstrap blockquote box layout. Here in this post i will give you example of simple speech bubble with css snippet and you will get simple code of html, css and jquery. In bootstrap quote box snippet i give you three tab with html, css and js, you can easily get code of bootstrap quote block layout.


<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"> </head> <body> <div class="container"> <div class="row"> <div class="offset-lg-4 col-lg-4 col-sm-5 col-12"> <div class="row main-section"> <div class="col-lg-12 col-sm-12 col-12"> <div class="jumbotron blockquote-bg text-white"> <i class="fa fa-quote-left" aria-hidden="true"></i> &nbsp; Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </div> </div> <div class="col-lg-12 col-sm-12 col-12 user-img-block"> <div class="row"> <div class="col-lg-3 col-sm-4 col-4"> <img src="/demo/man01.png" class="rounded-circle img-thumbnail"> </div> <div class="col-lg-9 col-sm-8 col-8"> <h6 class="text-danger">Morgan Delato</h6> <footer class="blockquote-footer">Jane Eyre</footer> </div> </div> </div> </div> </div> </div> </div> </body> </html>
body{ background-color:#F98071; } .main-section{ background-color:#F1F1F1; padding: 15px 0px; } .blockquote-bg{ background-color: #47C29C; } .jumbotron i{ font-size:40px; } .user-img-block img{ width:80px; } .user-img-block h6{ margin:0px; padding-top:15px; } .jumbotron:before{ content: " "; position:absolute; bottom:4px; left:30px; border:15px solid transparent; border-top-color:#47C29C; }

Please Subscribe Your Email Address, We Will Notify You When Add New Snippet:





Random Post


Random Blog