"Simple blog section with image and text section"
Bootstrap 4.1.1 Snippet by anjalish

<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 ----------> <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap 4 Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> </head> <body> <section> <div class="container"> <div class="row"> <div class="col-lg-8"> <!--1--> <div class="image-blog"> <!--jumbotron--> <div class="jumbotron"> <h1 class="text-left">Lorem Ipsum is simply dummy text of the printing and typesetting</h1><br> <img src="https://www.pixelrockstar.com/wp-content/uploads/2017/03/how-to-upload.png" alt="blog-img" class="img-fluid"> </div> </div> <!--2--> <div class="para"> <p class="lead">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book....</p> <button class="btn btn-primary btn-md">Read More -></button> </div> <hr> </div> </div> </div> </section> <br> <br> </body> </html>

Related: See More


Questions / Comments: