Bootstrap snippet and html example. Nesting Columns image

Bootstrap 3.1.1 snippet "Nesting Columns image" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: image,columns

HTML code

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

<div class="container bootstrap snippets bootdey">
    <div class="row">
    	<div class="col-md-4 col-lg-4">
			<div class="featured-article">
				<a href="#">
					<img src="https://www.bootdey.com/image/400x300/FF4500/000000" alt="" class="thumb">
				</a>
			</div>
		</div>
		<div class="col-md-6 col-lg-6 pull-right">
			<ul class="media-list main-list">
			  <li class="media">
			    <a class="pull-left" href="#">
			      <img class="media-object" src="https://www.bootdey.com/image/150x90/FF69B4/000000" alt="...">
			    </a>
			    <div class="media-body">
			      <h4 class="media-heading">Image name</h4>
			      <p class="by-author">Image description</p>
			    </div>
			  </li>
			  <li class="media">
			    <a class="pull-left" href="#">
			      <img class="media-object" src="https://www.bootdey.com/image/150x90/800080/000000" alt="...">
			    </a>
			    <div class="media-body">
			      <h4 class="media-heading">Image name</h4>
			      <p class="by-author">Image description</p>
			    </div>
			  </li>
			  <li class="media">
			    <a class="pull-left" href="#">
			      <img class="media-object" src="https://www.bootdey.com/image/150x90/20B2AA/000000" alt="...">
			    </a>
			    <div class="media-body">
			      <h4 class="media-heading">Image name</h4>
			      <p class="by-author">Image description</p>
			    </div>
			  </li>
			</ul>
		</div>
	</div>
</div>

CSS code

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

/* image thumbnail */
.thumb {
    display: block;
    width: 100%;
	margin: 0;
}

/* Style to article Author */
.by-author {
	font-style: italic;
	line-height: 1.3;
	color: #aab6aa;
}

/* Main Article [Module]
-------------------------------------
* Featured Article Thumbnail
* have a image and a text title.
*/
.featured-article {
	width: 482px;
	height: 350px;
	position: relative;
	margin-bottom: 1em;
}

.featured-article .block-title {
	/* Position & Box Model */
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	/* background */
	background: rgba(0,0,0,0.7);
	/* Width/Height */
	padding: .5em;
	width: 100%;
	/* Text color */
	color: #fff;
}

.featured-article .block-title h2 {
	margin: 0;
}

/* Featured Articles List [BS3]
--------------------------------------------
* show the last 3 articles post
*/

.main-list {
	padding-left: .5em;
}

.main-list .media {
	padding-bottom: 1.1em;
	border-bottom: 1px solid #e8e8e8;
}

Similar snippets

Bootstrap example and template. Profile options

Profile options

Bootstrap example and template. blog post image widget

blog post image widget

Bootstrap example and template. blog page

blog page

Bootstrap example and template. Social network post image

Social network post image

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. bs5 profile billing page

bs5 profile billing page

Bootstrap example and template. Simple email inbox page

Simple email inbox page

Bootstrap example and template. order placed successfully

order placed successfully

FAQ

How do I use this snippet?

Include Bootstrap 3.1.1, 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.1.1.

Bootstrap example and template. Nesting Columns image

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 7.2K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.1.1

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

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

This code example is based on bootstrap 3.1.1 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