Blockquote box design it's very simple to create. In this design you can display message and name. this box design you can use for display big person message or thought. and also use in grid view.

you can get code of bootstrap blockquote example snippet. we give you example of bootstrap blockquote change color , you can simple copy bellow code and use in your project. If it free snippets of bootstrap quote box So you have to simple get those bellow code from tab of html, css and js. you simple click on HTML Code then you will get html code blockquote css style snippets, click on JS Code tab get code of jquery codd for bootstrap blockquote with like snippets, same as for CSS Code tab. It's pretty easy and simple example of quote box design snippet.


<!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" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous"> </head> <body> <div class="container"> <div class="row"> <div class="offset-sm-4 col-lg-4 col-sm-6 col-12"> <div class="row"> <div class="col-lg-12 col-sm-12 col-12"> <div class="jumbotron bg-success text-white"> <p> <i class="fa fa-quote-left" aria-hidden="true"></i> <span>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</span> <i class="fa fa-quote-right" aria-hidden="true"></i> </p> <hr> <div class="title-name"> <p>Abraham Lincoln</p> </div> <div class="title-icon"> <span class="badge badge-pill badge-warning">896</span> <i class="fa fa-heart" aria-hidden="true"></i> </div> <div style="clear: both;"></div> </div> </div> </div> </div> </div> </div> </body> </html>
body{ background: #000; padding-top: 15px; } .jumbotron{ padding:15px 30px; } .jumbotron p{ font-size:18px; } .jumbotron i{ font-size:40px; } .title-name{ float:left; } .title-icon{ float:right; } .title-icon i{ font-size:16px; } .fa-quote-right{ position: absolute; }

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





Random Post


Random Blog