Bootstrap snippet and html example. blog text

Bootstrap 3.3.6 snippet "blog text" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: blog

HTML code

Clean, semantic HTML that powers this Bootstrap 3.3.6 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<div class="content-wrapper container">
    <div class="row">
        <div class="col-sm-12">
            <div class="page-title">
                <h1>Blog Post <small></small></h1>
                <ol class="breadcrumb">
                    <li><a href="#"><i class="fa fa-home"></i></a></li>
                    <li class="active">blog post</li>
                </ol>
            </div>
        </div>
    </div><!-- end .page title-->


    <div class="row">
        <div class="col-sm-8">
            <div class="blog-single-post">
                <div class="post-header">
                    <h2>
                        Praesent bibendum eros urna, in mattis est.
                    </h2>
                    <span class="blog-meta"><a href="#">By Admin</a> 24 July 2015 <a href="#">934 Comments</a></span>
                </div>
                <p class="lead">
                    Hay muchas variaciones de los pasajes de Lorem Ipsum disponibles, pero la mayoría sufrió alteraciones en alguna manera, ya sea porque se le agregó humor, o palabras aleatorias que no parecen ni un poco creíbles. Si vas a utilizar un pasaje de Lorem Ipsum, necesitás estar seguro de que no hay nada avergonzante escondido en el medio del texto. Todos los generadores de Lorem Ipsum que se encuentran en Internet tienden a repetir trozos predefinidos cuando sea necesario, haciendo a este el único generador verdadero (válido) en la Internet. Usa un diccionario de mas de 200 palabras provenientes del latín, combinadas con estructuras muy útiles de sentencias, para generar texto de Lorem Ipsum que parezca razonable. Este Lorem Ipsum generado siempre estará libre de repeticiones, humor agregado o palabras no características del lenguaje, etc.
                </p>
                <p class="lead">
                    Hay muchas variaciones de los pasajes de Lorem Ipsum disponibles, pero la mayoría sufrió alteraciones en alguna manera, ya sea porque se le agregó humor, o palabras aleatorias que no parecen ni un poco creíbles. Si vas a utilizar un pasaje de Lorem Ipsum
                </p>
                <blockquote>
                    Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. 
                </blockquote>
                <p class="lead">
                    Hay muchas variaciones de los pasajes de Lorem Ipsum disponibles, pero la mayoría sufrió alteraciones en alguna manera, ya sea porque se le agregó humor, o palabras aleatorias que no parecen ni un poco creíbles. Si vas a utilizar un pasaje de Lorem Ipsum 
                </p>
                <hr>
                <ul class="socials list-inline">
                    <li><a href="#"><i class="fa fa-facebook"></i></a></li>
                    <li><a href="#"><i class="fa fa-twitter"></i></a></li>
                    <li><a href="#"><i class="fa fa-google-plus"></i></a></li>
                    <li><a href="#"><i class="fa fa-pinterest"></i></a></li>
                    <li><a href="#"><i class="fa fa-share-alt"></i></a></li>
                </ul>
                <hr>
                <div class="panel">
                    <div class="panel-heading">3 Comments</div>
                    <div class="panel-body">
                        <div class="media">
                            <div class="media-left">
                                <a href="#">
                                    <img src="images/avtar-2.jpg" class="media-object img-circle" alt="" width="60">
                                </a>
                            </div>
                            <div class="media-body">
                                <h4 id="media-heading" class="media-heading"><a href="">Susan Grant</a>
                                    <small>10 min</small>
                                    <a href="#media-heading">
                                        <span class="anchorjs-icon"></span>
                                    </a>
                                </h4>
                                <p>Donec ac massa tortor. In hac habitasse platea dictumst. Nam blandit fringilla faucibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nisi eget metus semper congue.</p>
                                <p>Fusce ullamcorper placerat tortor, placerat consequat diam cursus posuere.</p>
                            </div>
                        </div>
                        <hr>
                        <div class="media">
                            <div class="media-left">
                                <a href="#">
                                    <img src="images/avtar-1.jpg" class="media-object img-circle" alt="" width="60">
                                </a>
                            </div>
                            <div class="media-body mb-lg">
                                <h4 id="media-heading" class="media-heading"><a href="">Dustin Dunn</a>
                                    <small>20 min</small>

                                </h4>Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec
                                lacinia congue felis in faucibus.
                                <hr>
                                <div class="media">
                                    <div class="media-left">
                                        <a href="#">
                                            <img src="images/avtar-3.jpg" class="media-object img-circle" alt="" width="60">
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 id="nested-media-heading" class="media-heading"><a href="">Marcus Gomez</a>
                                            <small>1 hour</small>

                                        </h4>Integer ac nisl et urna gravida malesuada. Vivamus fermentum libero vel felis aliquet interdum.</div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div><!--panel-->
                <div class="panel">
                    <div class="panel-heading">
                        <em class="fa fa-pencil"></em> Add your Comment</div>
                    <div class="panel-body">
                        <form action="/" class="form-horizontal">
                            <div class="form-group">
                                <div class="col-xs-6">
                                    <input id="post-firstname" type="text" name="post-firstname" placeholder="Your firstname" class="form-control">
                                </div>
                                <div class="col-xs-6">
                                    <input id="post-lastname" type="text" name="post-lastname" placeholder="Your lastname" class="form-control">
                                </div>
                            </div>
                            <div class="form-group">
                                <div class="col-xs-12">
                                    <textarea id="post-comment" name="post-comment" rows="4" placeholder="Comment here.." class="form-control"></textarea>
                                </div>
                            </div>
                            <div class="form-group">
                                <div class="col-xs-12">
                                    <button type="submit" class="btn btn-effect-ripple btn-primary">Send Comment</button>
                                </div>
                            </div>
                        </form>
                    </div>
                </div>
            </div>

        </div>
        
        <div class="col-sm-3 col-sm-offset-1">
            <div class="sidebar-widget">
                <h4>Text widget</h4>
                <p>
                  Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo.  
                </p>
            </div>
            <div class="sidebar-widget">
                <h4>tag clouds</h4>
                <div class="tag-list">
                    <a href="#">nibh</a>
                     <a href="#">gravida</a>
                      <a href="#">nulla</a>
                       <a href="#">commodo</a>
                        <a href="#">metus</a>
                         <a href="#">Lorem</a>
                          <a href="#">ante</a>
                </div>
            </div>
        </div>
    </div><!--row-->

</div>

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 3.3.6 to keep the design, spacing, and responsiveness consistent.


.blog-post{
    padding: 0px;
    background-color: #f5f5f5;
    border-bottom: 2px solid #eee;
}
.blog-desc{
    padding: 15px;
}
.blog-desc h3{
    font-weight: 600;
    font-size: 20px;
}
.blog-meta{
    display: block;
    font-weight: 400;
    font-size: 12px;
}
.blog-meta a{
    margin-right: 10px;
}
.blog-meta a+a{
    display: inline-block;
    margin-left: 10px;
    margin-right: 0px;
}
.post-header{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.post-header h2{
    color:#000;
    font-weight: 400;
    font-size: 30px;
}
.blog-single-post .panel .panel-heading{
    font-size: 25px;
    color:#000;
}
.sidebar-widget{
    padding-bottom: 30px;
}
.sidebar-widget h4{
    color:#000;
    text-transform: uppercase;
    font-weight: 700;
}

Similar snippets

Bootstrap example and template. blog item

blog item

Bootstrap example and template. Blog Detail App

Blog Detail App

Bootstrap example and template. bs4 post list

bs4 post list

Bootstrap example and template. Latest News Blog

Latest News Blog

Bootstrap example and template. timeline steps

timeline steps

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. carbonads ad example

carbonads ad example

Bootstrap example and template. error 404 page example with search input

error 404 page example with search input

FAQ

How do I use this snippet?

Include Bootstrap 3.3.6, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 3.3.6.

Bootstrap example and template. blog text

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 943+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.3.6

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.6 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working