Bootstrap snippet and html example. Projects list with view on hover

Bootstrap 3.2.0 snippet "Projects list with view on hover" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: list,projects

HTML code

Clean, semantic HTML that powers this Bootstrap 3.2.0 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">
    <h1 class="text-center text-primary title">Learn about our projects</h1>
    <hr class="divider-title">
    
    <div class="col-ms-10 col-md-4">
        <div class="project">
            <figure class="img-responsive">
                <img src="https://www.bootdey.com/image/400x300/FFB6C1/000000">
                <figcaption>
                    <span class="project-details">Full project name</span>
                    <span class="project-price"><strong>$100</strong></span>
                    <span class="project-creator">creator name</span>
                </figcaption>
                <span class="actions">
                        <button class="btn btn-warning bnt-action" type="submit" >View </button>
                </span>
            </figure>
        </div>
    </div>
    
    <div class="col-ms-10 col-md-4">
        <div class="project">
            <figure class="img-responsive">
                <img src="https://www.bootdey.com/image/400x300/87CEFA/000000">
                <figcaption>
                    <span class="project-details">Full project name</span>
                    <span class="project-price"><strong>$100</strong></span>
                    <span class="project-creator">creator name</span>
                </figcaption>
                <span class="actions">
                        <button class="btn btn-warning bnt-action" type="submit" >View </button>
                </span>
            </figure>
        </div>
    </div>
    
    
    <div class="col-ms-10 col-md-4">
        <div class="project">
            <figure class="img-responsive">
                <img src="https://www.bootdey.com/image/400x300/FF7F50/000000">
                <figcaption>
                    <span class="project-details">Full project name</span>
                    <span class="project-price"><strong>$100</strong></span>
                    <span class="project-creator">creator name</span>
                </figcaption>
                <span class="actions">
                        <button class="btn btn-warning bnt-action" type="submit" >View </button>
                </span>
            </figure>
        </div>
    </div>
</div>                                          

CSS code

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

body{
    background:#eee;;
}
.title{
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4) !important;    
}

.divider-title{
    border:1px solid #dddddd;
}

.project {
    margin-bottom: 30px;
    vertical-align: top;
    margin-right: 30px;
    float: left;
    cursor: pointer;
    width:100%;
}

.project figure {
    position: relative;
    display: inline-block;
    width: 283px;
    -moz-box-shadow: 0 3px 0 #e2e2e2,transparent 0 0 0;
    -webkit-box-shadow: 0 3px 0 #e2e2e2,transparent 0 0 0;
    box-shadow: 0 3px 0 #e2e2e2,transparent 0 0 0;
    -webkit-box-shadow: 0 3px 0 #e2e2e2;
    -moz-box-shadow: 0 3px 0 #e2e2e2;
    box-shadow: 0 3px 0 #e2e2e2;
}

.project figure figcaption {
    position: relative;
    z-index: 10;
    padding: 8px 18px 11px;
    background: #fff;
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: left;
    color: #555;
}

.project figure:hover .actions {
    opacity: 1;
}

.project figure .actions {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(29,29,29,.7);
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.project figure img {
    border: 0;
    width: 100%;
}
.btn-warning bnt-action{
    margin: 0% 0% auto;    
}

figcaption .project-details {
    display: block;
    font-size: 16px;
    line-height: 33px;
    color: #0093d0;
    height: 27px;
    width: 85%;
    margin-bottom: 5px;
    overflow: hidden;
}

figcaption .project-price {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 22px;
    text-align: right;
    margin-top: 8px;
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
}

figcaption .project-creator {
    font-size: 13px;
    color: #545454;
    display: block;
}

figcaption .project-creator {
    font-size: 13px;
    color: #545454;
    display: block;
}

.project figure .actions button {
    padding: 13px 20px;
    font-size: 16px;
    top: 32%;
    position: absolute;
    left: 50%;
    width: 90%;
    margin-left: -45%;
    line-height: 18px;
    letter-spacing: 1px;
}                    

Similar snippets

Bootstrap example and template. Project Team

Project Team

Bootstrap example and template. blog content page

blog content page

Bootstrap example and template. Social Network timeline feed

Social Network timeline feed

Bootstrap example and template. Customer testimonial

Customer testimonial

Bootstrap example and template. reviews with comments

reviews with comments

Bootstrap example and template. card features

card features

Bootstrap example and template. product list

product list

Bootstrap example and template. Small Newsletter template

Small Newsletter template

FAQ

How do I use this snippet?

Include Bootstrap 3.2.0, 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.2.0.

Bootstrap example and template. Projects list with view on hover

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

Bootstrap 3.2.0

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

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

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