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.
Download<div class="works-v1" id="works-section">
<div class="container">
<h2 class="site-section">Our Works</h2>
<p class="site-section-p">Accusamus consulatu qui eu, et facilis molestiae pri.<br> No est percipit prodesset signiferumque</p>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 col-lg-3 col-xs-6">
<div class="work-box">
<div class="work-box-hover">
<h3><a href="#">Jumping Like a Boss</a></h3>
<h6>City / Ilustration</h6>
</div>
<div class="work-box-cover">
<img src="https://www.bootdey.com/image/300x150/" alt="works">
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xs-6">
<div class="work-box">
<div class="work-box-hover">
<h3><a href="#">Jumping Like a Boss</a></h3>
<h6>City / Ilustration</h6>
</div>
<div class="work-box-cover">
<img src="https://www.bootdey.com/image/300x150/" alt="works">
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xs-6">
<div class="work-box">
<div class="work-box-hover">
<h3><a href="#">Jumping Like a Boss</a></h3>
<h6>City / Ilustration</h6>
</div>
<div class="work-box-cover">
<img src="https://www.bootdey.com/image/300x150/" alt="works">
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xs-6">
<div class="work-box">
<div class="work-box-hover">
<h3><a href="#">Jumping Like a Boss</a></h3>
<h6>City / Ilustration</h6>
</div>
<div class="work-box-cover">
<img src="https://www.bootdey.com/image/300x150/" alt="works">
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xs-6">
<div class="work-box">
<div class="work-box-hover">
<h3><a href="#">Jumping Like a Boss</a></h3>
<h6>City / Ilustration</h6>
</div>
<div class="work-box-cover">
<img src="https://www.bootdey.com/image/300x150/" alt="works">
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xs-6">
<div class="work-box">
<div class="work-box-hover">
<h3><a href="#">Jumping Like a Boss</a></h3>
<h6>City / Ilustration</h6>
</div>
<div class="work-box-cover">
<img src="https://www.bootdey.com/image/300x150/" alt="works">
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xs-6">
<div class="work-box">
<div class="work-box-hover">
<h3><a href="#">Jumping Like a Boss</a></h3>
<h6>City / Ilustration</h6>
</div>
<div class="work-box-cover">
<img src="https://www.bootdey.com/image/300x150/" alt="works">
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xs-6">
<div class="work-box">
<div class="work-box-hover">
<h3><a href="#">Jumping Like a Boss</a></h3>
<h6>City / Ilustration</h6>
</div>
<div class="work-box-cover">
<img src="https://www.bootdey.com/image/300x150/" alt="works">
</div>
</div>
</div>
</div>
</div>CSS code
Scoped CSS that styles the component. Paste it after Bootstrap 3.3.6 to keep the design, spacing, and responsiveness consistent.
Downloadbody{margin-top:20px;}
.works-v1 {
padding: 100px 30px;
}
.works-v1 .work-box {
position: relative;
margin-bottom: 30px;
overflow: hidden;
}
.works-v1 .work-box .work-box-cover {
text-align: center;
}
.works-v1 .work-box .work-box-hover {
position: absolute;
left: 0;
right: 0;
text-align: center;
z-index: 3;
padding: 38px 10px;
top: 0;
margin-top: -60px;
height: 120px;
opacity: 0;
}
.works-v1 .work-box .work-box-hover:after {
position: absolute;
top: 0;
left: 0;
right: 0;
content: "";
z-index: -1;
bottom: 0;
opacity: 0.9;
background: #1ab0db;
}
.works-v1 .work-box:hover .work-box-hover {
opacity: 1;
top: 50%;
}
.works-v1 .work-box .work-box-hover h3 {
text-align: center;
text-transform: uppercase;
font-size: 16px;
line-height: 1.5em;
color: #fff;
margin: 0 auto 3px;
font-weight: 600;
}
.works-v1 .work-box .work-box-hover h3 a {
color: inherit;
}
.works-v1 .work-box .work-box-hover h3 a:hover {
color: #333;
}
.works-v1 .work-box .work-box-hover h6 {
text-align: center;
font-size: 13px;
line-height: 1.5em;
font-weight: 400;
color: #fff;
margin: 0 auto;
}
.site-section {
color: #333333;
font-size: 30px;
font-weight: 600;
text-align: center;
margin: 0 auto 60px;
line-height: 1.2em;
}
.site-section.white {
color: #fff;
}
.site-section-p {
text-align: center;
margin: -50px auto 60px;
color: #808080;
line-height: 1.7em;
font-size: 16px;
}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.

About this bootstrap example/template
This free Bootstrap 3.3.6 snippet, Portfolio with blue hover, was published on Oct 10th 2016, 09:39 by Bootdey Admin.
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 1.2K+ 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